#9C2D18

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

Shades of Burnt Umber #9C2D18

Tints of Burnt Umber #9C2D18

Color information

#9C2D18 (or 0x9C2D18) is unknown color: approx Burnt Umber. HEX triplet: 9C, 2D and 18. RGB value is (156,45,24). Sum of RGB (Red+Green+Blue) = 156+45+24=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2D18 is #63D2E7. Grayscale: #4B4B4B. Windows color (decimal): -6542056 or 1584540. OLE color: 1584540.

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

Color convert

RGB1564524-
CMYK00.710.850.39
HSL9.55º73.33%35.29%-
HSV(B)9.55º84.62%61.18%-
XYZ14.819.011.82-
YUV75.898.77185.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.33%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 24 (9.77% from 255) = 10.67%
R=69.33%
G=20%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156452400.710.850.399.5573.3335.29
Hex9C2D180475527a4923
Octal23455300107125471211143
Binary100111001011011100001000111101010110011110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,45,24); }

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

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

 a { background-color: rgb(156,45,24); }

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

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

 span { border-color: rgb(156,45,24); }

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