#992A0B

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

Shades of Burnt Umber #992A0B

Tints of Burnt Umber #992A0B

Color information

#992A0B (or 0x992A0B) is unknown color: approx Burnt Umber. HEX triplet: 99, 2A and 0B. RGB value is (153,42,11). Sum of RGB (Red+Green+Blue) = 153+42+11=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #992A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A0B is #66D5F4. Grayscale: #474747. Windows color (decimal): -6739445 or 731801. OLE color: 731801.

HSL color Cylindrical-coordinate representation of color #992A0B: hue angle of 13.1º degrees, saturation: 0.87, 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 #992A0B is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1534211-
CMYK00.730.930.4
HSL13.1º86.59%32.16%-
HSV(B)13.1º92.81%60%-
XYZ14.038.451.21-
YUV71.6693.77186.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 42 (16.80% from 255) = 20.39%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=74.27%
G=20.39%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153421100.730.930.413.186.5932.16
Hex992AB0495D28d5720
Octal23152130111135501512740
Binary10011001101010101101001001101110110100011011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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