#9C2A0F

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

Shades of Burnt Umber #9C2A0F

Tints of Burnt Umber #9C2A0F

Color information

#9C2A0F (or 0x9C2A0F) is unknown color: approx Burnt Umber. HEX triplet: 9C, 2A and 0F. RGB value is (156,42,15). Sum of RGB (Red+Green+Blue) = 156+42+15=213 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.24% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2A0F is #63D5F0. Grayscale: #494949. Windows color (decimal): -6542833 or 993948. OLE color: 993948.

HSL color Cylindrical-coordinate representation of color #9C2A0F: hue angle of 11.49º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C2A0F is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1564215-
CMYK00.730.900.39
HSL11.49º82.46%33.53%-
HSV(B)11.49º90.38%61.18%-
XYZ14.628.761.37-
YUV73.0195.27187.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 73.24%
GREEN value IS 42 (16.80% from 255) = 19.72%
BLUE value IS 15 (6.25% from 255) = 7.04%
R=73.24%
G=19.72%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156421500.730.900.3911.4982.4633.53
Hex9C2AF0495A27b5222
Octal23452170111132471312242
Binary10011100101010111101001001101101010011110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,15); }

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

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

 a { background-color: rgb(156,42,15); }

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

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

 span { border-color: rgb(156,42,15); }

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