#953620

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

Shades of Burnt Umber #953620

Tints of Burnt Umber #953620

Color information

#953620 (or 0x953620) is unknown color: approx Burnt Umber. HEX triplet: 95, 36 and 20. RGB value is (149,54,32). Sum of RGB (Red+Green+Blue) = 149+54+32=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #953620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953620 is #6AC9DF. Grayscale: #505050. Windows color (decimal): -6998496 or 2111125. OLE color: 2111125.

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

Color convert

RGB1495432-
CMYK00.640.790.42
HSL11.28º64.64%35.49%-
HSV(B)11.28º78.52%58.43%-
XYZ13.979.132.39-
YUV79.9100.97177.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=63.40%
G=22.98%
B=13.62%

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
Decimal149543200.640.790.4211.2864.6435.49
Hex9536200404F2Ab4123
Octal22566400100117521310143
Binary1001010111011010000001000000100111110101010111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953620; }

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

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

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

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

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

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

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

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