#992911

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

Shades of Burnt Umber #992911

Tints of Burnt Umber #992911

Color information

#992911 (or 0x992911) is unknown color: approx Burnt Umber. HEX triplet: 99, 29 and 11. RGB value is (153,41,17). Sum of RGB (Red+Green+Blue) = 153+41+17=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #992911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992911 is #66D6EE. Grayscale: #474747. Windows color (decimal): -6739695 or 1124761. OLE color: 1124761.

HSL color Cylindrical-coordinate representation of color #992911: hue angle of 10.59º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #992911 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB1534117-
CMYK00.730.890.4
HSL10.59º80%33.33%-
HSV(B)10.59º88.89%60%-
XYZ14.038.41.41-
YUV71.7597.11185.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.51%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 17 (7.03% from 255) = 8.06%
R=72.51%
G=19.43%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153411700.730.890.410.598033.33
Hex9929110495928b5021
Octal23151210111131501312041
Binary100110011010011000101001001101100110100010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992911; }

 p { color: rgb(153,41,17); }

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

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

 a { background-color: rgb(153,41,17); }

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

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

 span { border-color: rgb(153,41,17); }

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