#992412

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

Shades of Mandarian Orange #992412

Tints of Mandarian Orange #992412

Color information

#992412 (or 0x992412) is unknown color: approx Mandarian Orange. HEX triplet: 99, 24 and 12. RGB value is (153,36,18). Sum of RGB (Red+Green+Blue) = 153+36+18=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #992412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992412 is #66DBED. Grayscale: #454545. Windows color (decimal): -6740974 or 1189017. OLE color: 1189017.

HSL color Cylindrical-coordinate representation of color #992412: hue angle of 8º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #992412 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1533618-
CMYK00.760.880.4
HSL78.95%33.53%-
HSV(B)88.24%60%-
XYZ13.888.081.4-
YUV68.9399.26187.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.91%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=73.91%
G=17.39%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153361800.760.880.4878.9533.53
Hex99241204C582884f22
Octal23144220114130501011742
Binary100110011001001001001001100101100010100010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992412; }

 p { color: rgb(153,36,18); }

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

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

 a { background-color: rgb(153,36,18); }

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

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

 span { border-color: rgb(153,36,18); }

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