#9C3221

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

Shades of Burnt Umber #9C3221

Tints of Burnt Umber #9C3221

Color information

#9C3221 (or 0x9C3221) is unknown color: approx Burnt Umber. HEX triplet: 9C, 32 and 21. RGB value is (156,50,33). Sum of RGB (Red+Green+Blue) = 156+50+33=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3221 is #63CDDE. Grayscale: #4F4F4F. Windows color (decimal): -6540767 or 2175644. OLE color: 2175644.

HSL color Cylindrical-coordinate representation of color #9C3221: hue angle of 8.29º degrees, saturation: 0.65, 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 #9C3221 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1565033-
CMYK00.680.790.39
HSL8.29º65.08%37.06%-
HSV(B)8.29º78.85%61.18%-
XYZ15.139.462.47-
YUV79.76101.62182.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.27%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 33 (13.28% from 255) = 13.81%
R=65.27%
G=20.92%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156503300.680.790.398.2965.0837.06
Hex9C32210444F2784125
Octal23462410104117471010145
Binary1001110011001010000101000100100111110011110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,50,33); }

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

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

 a { background-color: rgb(156,50,33); }

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

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

 span { border-color: rgb(156,50,33); }

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