#9C2C16

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

Shades of Burnt Umber #9C2C16

Tints of Burnt Umber #9C2C16

Color information

#9C2C16 (or 0x9C2C16) is unknown color: approx Burnt Umber. HEX triplet: 9C, 2C and 16. RGB value is (156,44,22). Sum of RGB (Red+Green+Blue) = 156+44+22=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2C16 is #63D3E9. Grayscale: #4B4B4B. Windows color (decimal): -6542314 or 1453212. OLE color: 1453212.

HSL color Cylindrical-coordinate representation of color #9C2C16: hue angle of 9.85º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C2C16 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1564422-
CMYK00.720.860.39
HSL9.85º75.28%34.9%-
HSV(B)9.85º85.9%61.18%-
XYZ14.768.931.7-
YUV74.9898.11185.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.27%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 22 (8.98% from 255) = 9.91%
R=70.27%
G=19.82%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156442200.720.860.399.8575.2834.9
Hex9C2C160485627a4b23
Octal23454260110126471211343
Binary100111001011001011001001000101011010011110101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C2C16; }

 p { color: rgb(156,44,22); }

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

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

 a { background-color: rgb(156,44,22); }

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

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

 span { border-color: rgb(156,44,22); }

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