#992C11

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

Shades of Burnt Umber #992C11

Tints of Burnt Umber #992C11

Color information

#992C11 (or 0x992C11) is unknown color: approx Burnt Umber. HEX triplet: 99, 2C and 11. RGB value is (153,44,17). Sum of RGB (Red+Green+Blue) = 153+44+17=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #992C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992C11 is #66D3EE. Grayscale: #494949. Windows color (decimal): -6738927 or 1125529. OLE color: 1125529.

HSL color Cylindrical-coordinate representation of color #992C11: hue angle of 11.91º 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 #992C11 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB1534417-
CMYK00.710.890.4
HSL11.91º80%33.33%-
HSV(B)11.91º88.89%60%-
XYZ14.148.611.45-
YUV73.5196.11184.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.50%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 17 (7.03% from 255) = 7.94%
R=71.50%
G=20.56%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153441700.710.890.411.918033.33
Hex992C110475928c5021
Octal23154210107131501412041
Binary100110011011001000101000111101100110100011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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