#9C2B15

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

Shades of Burnt Umber #9C2B15

Tints of Burnt Umber #9C2B15

Color information

#9C2B15 (or 0x9C2B15) is unknown color: approx Burnt Umber. HEX triplet: 9C, 2B and 15. RGB value is (156,43,21). Sum of RGB (Red+Green+Blue) = 156+43+21=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2B15 is #63D4EA. Grayscale: #4A4A4A. Windows color (decimal): -6542571 or 1387420. OLE color: 1387420.

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

Color convert

RGB1564321-
CMYK00.720.870.39
HSL9.78º76.27%34.71%-
HSV(B)9.78º86.54%61.18%-
XYZ14.718.851.64-
YUV74.2897.94186.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.91%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=70.91%
G=19.55%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156432100.720.870.399.7876.2734.71
Hex9C2B150485727a4c23
Octal23453250110127471211443
Binary100111001010111010101001000101011110011110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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