#9C2B0F

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

Shades of Burnt Umber #9C2B0F

Tints of Burnt Umber #9C2B0F

Color information

#9C2B0F (or 0x9C2B0F) is unknown color: approx Burnt Umber. HEX triplet: 9C, 2B and 0F. RGB value is (156,43,15). Sum of RGB (Red+Green+Blue) = 156+43+15=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2B0F is #63D4F0. Grayscale: #494949. Windows color (decimal): -6542577 or 994204. OLE color: 994204.

HSL color Cylindrical-coordinate representation of color #9C2B0F: hue angle of 11.91º 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 #9C2B0F is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1564315-
CMYK00.720.900.39
HSL11.91º82.46%33.53%-
HSV(B)11.91º90.38%61.18%-
XYZ14.668.831.38-
YUV73.5994.94186.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 72.90%
GREEN value IS 43 (17.19% from 255) = 20.09%
BLUE value IS 15 (6.25% from 255) = 7.01%
R=72.90%
G=20.09%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156431500.720.900.3911.9182.4633.53
Hex9C2BF0485A27c5222
Octal23453170110132471412242
Binary10011100101011111101001000101101010011111001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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