#992a0c

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

Shades of Burnt Umber #992A0C

Tints of Burnt Umber #992A0C

Color information

#992A0C (or 0x992A0C) is unknown color: approx Burnt Umber. HEX triplet: 99, 2A and 0C. RGB value is (153,42,12). Sum of RGB (Red+Green+Blue) = 153+42+12=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #992A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A0C is #66D5F3. Grayscale: #474747. Windows color (decimal): -6739444 or 797337. OLE color: 797337.

HSL color Cylindrical-coordinate representation of color #992A0C: hue angle of 12.77º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #992A0C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1534212-
CMYK00.730.920.4
HSL12.77º85.45%32.35%-
HSV(B)12.77º92.16%60%-
XYZ14.038.451.24-
YUV71.7794.27185.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.91%
GREEN value IS 42 (16.80% from 255) = 20.29%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=73.91%
G=20.29%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153421200.730.920.412.7785.4532.35
Hex992AC0495C28d5520
Octal23152140111134501512540
Binary10011001101010110001001001101110010100011011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992a0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,42,12); }

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

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

 a { background-color: rgb(153,42,12); }

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

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

 span { border-color: rgb(153,42,12); }

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