#953112

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

Shades of Burnt Umber #953112

Tints of Burnt Umber #953112

Color information

#953112 (or 0x953112) is unknown color: approx Burnt Umber. HEX triplet: 95, 31 and 12. RGB value is (149,49,18). Sum of RGB (Red+Green+Blue) = 149+49+18=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #953112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953112 is #6ACEED. Grayscale: #4B4B4B. Windows color (decimal): -6999790 or 1192341. OLE color: 1192341.

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

Color convert

RGB1494918-
CMYK00.670.880.42
HSL14.2º78.44%32.75%-
HSV(B)14.2º87.92%58.43%-
XYZ13.68.631.52-
YUV75.3795.63180.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.98%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=68.98%
G=22.69%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149491800.670.880.4214.278.4432.75
Hex953112043582Ae4e21
Octal22561220103130521611641
Binary100101011100011001001000011101100010101011101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953112; }

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

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

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

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

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

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

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

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