#992D1A

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

Shades of Burnt Umber #992D1A

Tints of Burnt Umber #992D1A

Color information

#992D1A (or 0x992D1A) is unknown color: approx Burnt Umber. HEX triplet: 99, 2D and 1A. RGB value is (153,45,26). Sum of RGB (Red+Green+Blue) = 153+45+26=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #992D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D1A is #66D2E5. Grayscale: #4B4B4B. Windows color (decimal): -6738662 or 1715609. OLE color: 1715609.

HSL color Cylindrical-coordinate representation of color #992D1A: hue angle of 8.98º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #992D1A is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB1534526-
CMYK00.710.830.4
HSL8.98º70.95%35.1%-
HSV(B)8.98º83.01%60%-
XYZ14.268.721.91-
YUV75.13100.28183.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.30%
GREEN value IS 45 (17.97% from 255) = 20.09%
BLUE value IS 26 (10.55% from 255) = 11.61%
R=68.30%
G=20.09%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153452600.710.830.48.9870.9535.1
Hex992D1A047532894723
Octal23155320107123501110743
Binary100110011011011101001000111101001110100010011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,45,26); }

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

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

 a { background-color: rgb(153,45,26); }

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

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

 span { border-color: rgb(153,45,26); }

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