#953320

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

Shades of Burnt Umber #953320

Tints of Burnt Umber #953320

Color information

#953320 (or 0x953320) is unknown color: approx Burnt Umber. HEX triplet: 95, 33 and 20. RGB value is (149,51,32). Sum of RGB (Red+Green+Blue) = 149+51+32=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #953320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953320 is #6ACCDF. Grayscale: #4E4E4E. Windows color (decimal): -6999264 or 2110357. OLE color: 2110357.

HSL color Cylindrical-coordinate representation of color #953320: hue angle of 9.74º 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 #953320 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1495132-
CMYK00.660.790.42
HSL9.74º64.64%35.49%-
HSV(B)9.74º78.52%58.43%-
XYZ13.848.862.35-
YUV78.14101.97178.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.22%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=64.22%
G=21.98%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149513200.660.790.429.7464.6435.49
Hex9533200424F2Aa4123
Octal22563400102117521210143
Binary1001010111001110000001000010100111110101010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953320; }

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

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

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

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

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

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

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

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