#9c2f11

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

Shades of Burnt Umber #9C2F11

Tints of Burnt Umber #9C2F11

Color information

#9C2F11 (or 0x9C2F11) is unknown color: approx Burnt Umber. HEX triplet: 9C, 2F and 11. RGB value is (156,47,17). Sum of RGB (Red+Green+Blue) = 156+47+17=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2F11 is #63D0EE. Grayscale: #4C4C4C. Windows color (decimal): -6541551 or 1126300. OLE color: 1126300.

HSL color Cylindrical-coordinate representation of color #9C2F11: hue angle of 12.95º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C2F11 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB1564717-
CMYK00.700.890.39
HSL12.95º80.35%33.92%-
HSV(B)12.95º89.1%61.18%-
XYZ14.839.141.51-
YUV76.1794.61184.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.91%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=70.91%
G=21.36%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156471700.700.890.3912.9580.3533.92
Hex9C2F110465927d5022
Octal23457210106131471512042
Binary100111001011111000101000110101100110011111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c2f11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,47,17); }

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

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

 a { background-color: rgb(156,47,17); }

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

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

 span { border-color: rgb(156,47,17); }

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