#9c331e

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

Shades of Burnt Umber #9C331E

Tints of Burnt Umber #9C331E

Color information

#9C331E (or 0x9C331E) is unknown color: approx Burnt Umber. HEX triplet: 9C, 33 and 1E. RGB value is (156,51,30). Sum of RGB (Red+Green+Blue) = 156+51+30=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C331E is #63CCE1. Grayscale: #505050. Windows color (decimal): -6540514 or 1979292. OLE color: 1979292.

HSL color Cylindrical-coordinate representation of color #9C331E: hue angle of 10º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C331E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1565130-
CMYK00.670.810.39
HSL10º67.74%36.47%-
HSV(B)10º80.77%61.18%-
XYZ15.139.532.27-
YUV8099.79182.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.82%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=65.82%
G=21.52%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156513000.670.810.391067.7436.47
Hex9C331E0435127a4424
Octal23463360103121471210444
Binary100111001100111111001000011101000110011110101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c331e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,51,30); }

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

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

 a { background-color: rgb(156,51,30); }

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

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

 span { border-color: rgb(156,51,30); }

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