#953111

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

Shades of Burnt Umber #953111

Tints of Burnt Umber #953111

Color information

#953111 (or 0x953111) is unknown color: approx Burnt Umber. HEX triplet: 95, 31 and 11. RGB value is (149,49,17). Sum of RGB (Red+Green+Blue) = 149+49+17=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #953111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953111 is #6ACEEE. Grayscale: #4B4B4B. Windows color (decimal): -6999791 or 1126805. OLE color: 1126805.

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

Color convert

RGB1494917-
CMYK00.670.890.42
HSL14.55º79.52%32.55%-
HSV(B)14.55º88.59%58.43%-
XYZ13.598.631.48-
YUV75.2595.13180.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.30%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=69.30%
G=22.79%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149491700.670.890.4214.5579.5232.55
Hex953111043592Af5021
Octal22561210103131521712041
Binary100101011100011000101000011101100110101011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953111; }

 p { color: rgb(149,49,17); }

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

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

 a { background-color: rgb(149,49,17); }

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

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

 span { border-color: rgb(149,49,17); }

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