#953215

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

Shades of Burnt Umber #953215

Tints of Burnt Umber #953215

Color information

#953215 (or 0x953215) is unknown color: approx Burnt Umber. HEX triplet: 95, 32 and 15. RGB value is (149,50,21). Sum of RGB (Red+Green+Blue) = 149+50+21=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #953215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953215 is #6ACDEA. Grayscale: #4C4C4C. Windows color (decimal): -6999531 or 1389205. OLE color: 1389205.

HSL color Cylindrical-coordinate representation of color #953215: hue angle of 13.59º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #953215 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1495021-
CMYK00.660.860.42
HSL13.59º75.29%33.33%-
HSV(B)13.59º85.91%58.43%-
XYZ13.678.721.67-
YUV76.396.8179.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.73%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=67.73%
G=22.73%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149502100.660.860.4213.5975.2933.33
Hex953215042562Ae4b21
Octal22562250102126521611341
Binary100101011100101010101000010101011010101011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953215; }

 p { color: rgb(149,50,21); }

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

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

 a { background-color: rgb(149,50,21); }

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

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

 span { border-color: rgb(149,50,21); }

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