Html Css Color HEX #992412 Mandarian Orange

📋 copy color: '#992412'

red 153 ◦ green 36 ◦ blue 18

#992412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #992412

Tints of Mandarian Orange #992412

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.7%

R = 73.91%
G = 17.39%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#992412 (or 0x992412) is known color: 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

RGB 153 36 18 -
CMYK 0 0.76 0.88 0.4
HSL 0.79% 0.34% -
HSV(B) 0.88% 0.6% -
XYZ 13.88 8.08 1.4 -
YUV 68.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 153 36 18 0 0.76 0.88 0.4 8 0.79 0.34
Hex 99 24 12 0 4C 58 28 8 4F 22
Octal 231 44 22 0 114 130 50 10 117 42
Binary 10011001 100100 10010 0 1001100 1011000 101000 1000 1001111 100010

Color Harmonies of #992412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992412

Black with #992412

Text Example


Text Example

White with #992412

Text Example


Text Example

HTML Codes & Css Web 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>