#952806

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

Shades of Burnt Umber #952806

Tints of Burnt Umber #952806

Color information

#952806 (or 0x952806) is unknown color: approx Burnt Umber. HEX triplet: 95, 28 and 06. RGB value is (149,40,6). Sum of RGB (Red+Green+Blue) = 149+40+6=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #952806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952806 is #6AD7F9. Grayscale: #444444. Windows color (decimal): -7002106 or 403605. OLE color: 403605.

HSL color Cylindrical-coordinate representation of color #952806: hue angle of 14.27º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #952806 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB149406-
CMYK00.730.960.42
HSL14.27º92.26%30.39%-
HSV(B)14.27º95.97%58.43%-
XYZ13.197.921.01-
YUV68.7192.61185.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.41%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=76.41%
G=20.51%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14940600.730.960.4214.2792.2630.39
Hex95286049602Ae5c1e
Octal2255060111140521613436
Binary100101011010001100100100111000001010101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952806; }

 p { color: rgb(149,40,6); }

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

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

 a { background-color: rgb(149,40,6); }

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

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

 span { border-color: rgb(149,40,6); }

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