#931A12

Color #931A12 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #931A12

Tints of Mandarian Orange #931A12

Color information

#931A12 (or 0x931A12) is unknown color: approx Mandarian Orange. HEX triplet: 93, 1A and 12. RGB value is (147,26,18). Sum of RGB (Red+Green+Blue) = 147+26+18=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #931A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931A12 is #6CE5ED. Grayscale: #3D3D3D. Windows color (decimal): -7136750 or 1186451. OLE color: 1186451.

HSL color Cylindrical-coordinate representation of color #931A12: hue angle of 3.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931A12 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1472618-
CMYK00.820.880.42
HSL3.72º78.18%32.35%-
HSV(B)3.72º87.76%57.65%-
XYZ12.516.991.26-
YUV61.27103.59189.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 76.96%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=76.96%
G=13.61%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147261800.820.880.423.7278.1832.35
Hex931A12052582A44e20
Octal2233222012213052411640
Binary1001001111010100100101001010110001010101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931A12; }

 p { color: rgb(147,26,18); }

 H1.HeaderClassName
 {
   color: #931A12;
 }
 .AnyTagClassName
 {
   color: #931A12;
 }
</style>
background-color css

<style>
 a { background-color: #931A12; }

 a { background-color: rgb(147,26,18); }

 div.DivClassName
 {
   background-color: #931A12;
 }
 .BgClassName
 {
   background-color: #931A12;
 }
</style>
border-color css

<style>
 span { border-color: #931A12; }

 span { border-color: rgb(147,26,18); }

 td.TdClassName
 {
   border-color: #931A12;
 }
 .TagClassName
 {
   border-color: #931A12;
 }
</style>