#931E12

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

Shades of Mandarian Orange #931E12

Tints of Mandarian Orange #931E12

Color information

#931E12 (or 0x931E12) is unknown color: approx Mandarian Orange. HEX triplet: 93, 1E and 12. RGB value is (147,30,18). Sum of RGB (Red+Green+Blue) = 147+30+18=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #931E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E12 is #6CE1ED. Grayscale: #3F3F3F. Windows color (decimal): -7135726 or 1187475. OLE color: 1187475.

HSL color Cylindrical-coordinate representation of color #931E12: hue angle of 5.58º 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 #931E12 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1473018-
CMYK00.800.880.42
HSL5.58º78.18%32.35%-
HSV(B)5.58º87.76%57.65%-
XYZ12.617.181.29-
YUV63.61102.26187.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.38%
GREEN value IS 30 (12.11% from 255) = 15.38%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=75.38%
G=15.38%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147301800.800.880.425.5878.1832.35
Hex931E12050582A64e20
Octal2233622012013052611640
Binary1001001111110100100101000010110001010101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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