#9C3520

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

Shades of Burnt Umber #9C3520

Tints of Burnt Umber #9C3520

Color information

#9C3520 (or 0x9C3520) is unknown color: approx Burnt Umber. HEX triplet: 9C, 35 and 20. RGB value is (156,53,32). Sum of RGB (Red+Green+Blue) = 156+53+32=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3520 is #63CADF. Grayscale: #515151. Windows color (decimal): -6540000 or 2110876. OLE color: 2110876.

HSL color Cylindrical-coordinate representation of color #9C3520: hue angle of 10.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C3520 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1565332-
CMYK00.660.790.39
HSL10.16º65.96%36.86%-
HSV(B)10.16º79.49%61.18%-
XYZ15.249.722.44-
YUV81.4100.12181.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 64.73%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=64.73%
G=21.99%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156533200.660.790.3910.1665.9636.86
Hex9C35200424F27a4225
Octal23465400102117471210245
Binary1001110011010110000001000010100111110011110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,53,32); }

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

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

 a { background-color: rgb(156,53,32); }

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

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

 span { border-color: rgb(156,53,32); }

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