#952604

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

Shades of Burnt Umber #952604

Tints of Burnt Umber #952604

Color information

#952604 (or 0x952604) is unknown color: approx Burnt Umber. HEX triplet: 95, 26 and 04. RGB value is (149,38,4). Sum of RGB (Red+Green+Blue) = 149+38+4=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #952604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952604 is #6AD9FB. Grayscale: #434343. Windows color (decimal): -7002620 or 272021. OLE color: 272021.

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

Color convert

RGB149384-
CMYK00.740.970.42
HSL14.07º94.77%30%-
HSV(B)14.07º97.32%58.43%-
XYZ13.117.780.93-
YUV67.3192.27186.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.01%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=78.01%
G=19.90%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14938400.740.970.4214.0794.7730
Hex9526404A612Ae5f1e
Octal2254640112141521613736
Binary100101011001101000100101011000011010101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952604; }

 p { color: rgb(149,38,4); }

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

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

 a { background-color: rgb(149,38,4); }

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

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

 span { border-color: rgb(149,38,4); }

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