#992B10

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

Shades of Burnt Umber #992B10

Tints of Burnt Umber #992B10

Color information

#992B10 (or 0x992B10) is unknown color: approx Burnt Umber. HEX triplet: 99, 2B and 10. RGB value is (153,43,16). Sum of RGB (Red+Green+Blue) = 153+43+16=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #992B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992B10 is #66D4EF. Grayscale: #494949. Windows color (decimal): -6739184 or 1059737. OLE color: 1059737.

HSL color Cylindrical-coordinate representation of color #992B10: hue angle of 11.82º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #992B10 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1534316-
CMYK00.720.900.4
HSL11.82º81.07%33.14%-
HSV(B)11.82º89.54%60%-
XYZ14.098.541.4-
YUV72.8195.94185.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.17%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=72.17%
G=20.28%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153431600.720.900.411.8281.0733.14
Hex992B100485A28c5121
Octal23153200110132501412141
Binary100110011010111000001001000101101010100011001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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