#952906

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

Shades of Burnt Umber #952906

Tints of Burnt Umber #952906

Color information

#952906 (or 0x952906) is unknown color: approx Burnt Umber. HEX triplet: 95, 29 and 06. RGB value is (149,41,6). Sum of RGB (Red+Green+Blue) = 149+41+6=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #952906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952906 is #6AD6F9. Grayscale: #454545. Windows color (decimal): -7001850 or 403861. OLE color: 403861.

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

Color convert

RGB149416-
CMYK00.720.960.42
HSL14.69º92.26%30.39%-
HSV(B)14.69º95.97%58.43%-
XYZ13.227.991.02-
YUV69.392.28184.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.02%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=76.02%
G=20.92%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14941600.720.960.4214.6992.2630.39
Hex95296048602Af5c1e
Octal2255160110140521713436
Binary100101011010011100100100011000001010101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952906; }

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

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

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

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

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

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

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

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