#992D18

Color #992D18 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #992D18

Tints of Burnt Umber #992D18

Color information

#992D18 (or 0x992D18) is unknown color: approx 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

RGB1534524-
CMYK00.710.840.4
HSL9.77º72.88%34.71%-
HSV(B)9.77º84.31%60%-
XYZ14.248.721.8-
YUV74.999.28183.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153452400.710.840.49.7772.8834.71
Hex992D180475428a4923
Octal23155300107124501211143
Binary100110011011011100001000111101010010100010101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>