#952C20

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

Shades of Burnt Umber #952C20

Tints of Burnt Umber #952C20

Color information

#952C20 (or 0x952C20) is unknown color: approx Burnt Umber. HEX triplet: 95, 2C and 20. RGB value is (149,44,32). Sum of RGB (Red+Green+Blue) = 149+44+32=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #952C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C20 is #6AD3DF. Grayscale: #4A4A4A. Windows color (decimal): -7001056 or 2108565. OLE color: 2108565.

HSL color Cylindrical-coordinate representation of color #952C20: hue angle of 6.15º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952C20 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1494432-
CMYK00.700.790.42
HSL6.15º64.64%35.49%-
HSV(B)6.15º78.52%58.43%-
XYZ13.568.32.25-
YUV74.03104.29181.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.22%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=66.22%
G=19.56%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149443200.700.790.426.1564.6435.49
Hex952C200464F2A64123
Octal2255440010611752610143
Binary100101011011001000000100011010011111010101101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952C20; }

 p { color: rgb(149,44,32); }

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

<style>
 a { background-color: #952C20; }

 a { background-color: rgb(149,44,32); }

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

<style>
 span { border-color: #952C20; }

 span { border-color: rgb(149,44,32); }

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