#953520

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

Shades of Burnt Umber #953520

Tints of Burnt Umber #953520

Color information

#953520 (or 0x953520) is unknown color: approx Burnt Umber. HEX triplet: 95, 35 and 20. RGB value is (149,53,32). Sum of RGB (Red+Green+Blue) = 149+53+32=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #953520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953520 is #6ACADF. Grayscale: #4F4F4F. Windows color (decimal): -6998752 or 2110869. OLE color: 2110869.

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

Color convert

RGB1495332-
CMYK00.640.790.42
HSL10.77º64.64%35.49%-
HSV(B)10.77º78.52%58.43%-
XYZ13.939.042.38-
YUV79.31101.3177.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.68%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=63.68%
G=22.65%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149533200.640.790.4210.7764.6435.49
Hex9535200404F2Ab4123
Octal22565400100117521310143
Binary1001010111010110000001000000100111110101010111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953520; }

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

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

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

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

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

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

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

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