#992B15

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

Shades of Burnt Umber #992B15

Tints of Burnt Umber #992B15

Color information

#992B15 (or 0x992B15) is unknown color: approx Burnt Umber. HEX triplet: 99, 2B and 15. RGB value is (153,43,21). Sum of RGB (Red+Green+Blue) = 153+43+21=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #992B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992B15 is #66D4EA. Grayscale: #494949. Windows color (decimal): -6739179 or 1387417. OLE color: 1387417.

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

Color convert

RGB1534321-
CMYK00.720.860.4
HSL10º75.86%34.12%-
HSV(B)10º86.27%60%-
XYZ14.148.551.62-
YUV73.3898.44184.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=70.51%
G=19.82%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153432100.720.860.41075.8634.12
Hex992B150485628a4c22
Octal23153250110126501211442
Binary100110011010111010101001000101011010100010101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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