Html Css Color HEX #992418 Mandarian Orange

📋 copy color: '#992418'

red 153 ◦ green 36 ◦ blue 24

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

Shades of Mandarian Orange #992418

Tints of Mandarian Orange #992418

RGB

 RED value IS 153 (60.16% from 255) = 71.83%

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 71.83%
G = 16.9%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#992418 (or 0x992418) is known color: Mandarian Orange. HEX triplet: 99, 24 and 18. RGB value is (153,36,24). Sum of RGB (Red+Green+Blue) = 153+36+24=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #992418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992418 is #66DBE7. Grayscale: #454545. Windows color (decimal): -6740968 or 1582233. OLE color: 1582233.

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

Color convert

RGB 153 36 24 -
CMYK 0 0.76 0.84 0.4
HSL 5.58º 0.73% 0.35% -
HSV(B) 5.58º 0.84% 0.6% -
XYZ 13.93 8.1 1.69 -
YUV 69.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 153 36 24 0 0.76 0.84 0.4 5.58 0.73 0.35
Hex 99 24 18 0 4C 54 28 6 49 23
Octal 231 44 30 0 114 124 50 6 111 43
Binary 10011001 100100 11000 0 1001100 1010100 101000 110 1001001 100011

Color Harmonies of #992418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992418

Black with #992418

Text Example


Text Example

White with #992418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992418; }

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

 H1.HeaderClassName
 {
   color: #992418;
 }
 .AnyTagClassName
 {
   color: #992418;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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