#992C0A

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

Shades of Burnt Umber #992C0A

Tints of Burnt Umber #992C0A

Color information

#992C0A (or 0x992C0A) is unknown color: approx Burnt Umber. HEX triplet: 99, 2C and 0A. RGB value is (153,44,10). Sum of RGB (Red+Green+Blue) = 153+44+10=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #992C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992C0A is #66D3F5. Grayscale: #484848. Windows color (decimal): -6738934 or 666777. OLE color: 666777.

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

Color convert

RGB1534410-
CMYK00.710.930.4
HSL14.27º87.73%31.96%-
HSV(B)14.27º93.46%60%-
XYZ14.098.61.2-
YUV72.7292.61185.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.91%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=73.91%
G=21.26%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153441000.710.930.414.2787.7331.96
Hex992CA0475D28e5820
Octal23154120107135501613040
Binary10011001101100101001000111101110110100011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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