#992B0A

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

Shades of Burnt Umber #992B0A

Tints of Burnt Umber #992B0A

Color information

#992B0A (or 0x992B0A) is unknown color: approx Burnt Umber. HEX triplet: 99, 2B and 0A. RGB value is (153,43,10). Sum of RGB (Red+Green+Blue) = 153+43+10=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #992B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992B0A is #66D4F5. Grayscale: #484848. Windows color (decimal): -6739190 or 666521. OLE color: 666521.

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

Color convert

RGB1534310-
CMYK00.720.930.4
HSL13.85º87.73%31.96%-
HSV(B)13.85º93.46%60%-
XYZ14.068.521.19-
YUV72.1392.94185.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=74.27%
G=20.87%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153431000.720.930.413.8587.7331.96
Hex992BA0485D28e5820
Octal23153120110135501613040
Binary10011001101011101001001000101110110100011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,43,10); }

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

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

 a { background-color: rgb(153,43,10); }

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

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

 span { border-color: rgb(153,43,10); }

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