Html Css Color HEX #992D18 Burnt Umber

📋 copy color: '#992D18'

red 153 ◦ green 45 ◦ blue 24

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

Shades of Burnt Umber #992D18

Tints of Burnt Umber #992D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.27%

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

R = 68.92%
G = 20.27%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#992D18 (or 0x992D18) is known color: Burnt Umber. HEX triplet: 99, 2D and 18. RGB value is (153,45,24). Sum of RGB (Red+Green+Blue) = 153+45+24=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #992D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D18 is #66D2E7. Grayscale: #4B4B4B. Windows color (decimal): -6738664 or 1584537. OLE color: 1584537.

HSL color Cylindrical-coordinate representation of color #992D18: hue angle of 9.77º 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 #992D18 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 45 24 -
CMYK 0 0.71 0.84 0.4
HSL 9.77º 0.73% 0.35% -
HSV(B) 9.77º 0.84% 0.6% -
XYZ 14.24 8.72 1.8 -
YUV 74.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 153 45 24 0 0.71 0.84 0.4 9.77 0.73 0.35
Hex 99 2D 18 0 47 54 28 A 49 23
Octal 231 55 30 0 107 124 50 12 111 43
Binary 10011001 101101 11000 0 1000111 1010100 101000 1010 1001001 100011

Color Harmonies of #992D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D18

Black with #992D18

Text Example


Text Example

White with #992D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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