Shades of Golden Brown #955404
Tints of Golden Brown #955404
RGB
CMYK
RGB Variations
Color information
#955404 (or 0x955404) is known color: Golden Brown. HEX triplet: 95, 54 and 04. RGB value is (149,84,4). Sum of RGB (Red+Green+Blue) = 149+84+4=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #955404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955404 is #6AABFB. Grayscale: #5E5E5E. Windows color (decimal): -6990844 or 283797. OLE color: 283797.
HSL color Cylindrical-coordinate representation of color #955404: hue angle of 33.1º 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 #955404 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 4 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.42 |
| HSL | 33.1º | 0.95% | 0.3% | - |
| HSV(B) | 33.1º | 0.97% | 0.58% | - |
| XYZ | 15.59 | 12.74 | 1.75 | - |
| YUV | 94.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 4 | 0 | 0.44 | 0.97 | 0.42 | 33.1 | 0.95 | 0.3 |
| Hex | 95 | 54 | 4 | 0 | 2C | 61 | 2A | 21 | 5F | 1E |
| Octal | 225 | 124 | 4 | 0 | 54 | 141 | 52 | 41 | 137 | 36 |
| Binary | 10010101 | 1010100 | 100 | 0 | 101100 | 1100001 | 101010 | 100001 | 1011111 | 11110 |
Color Harmonies of #955404
Complementary color
Monochromatic Colors of #955404
Black with #955404
Text Example
Text Example
White with #955404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955404; }
p { color: rgb(149,84,4); }
H1.HeaderClassName
{
color: #955404;
}
.AnyTagClassName
{
color: #955404;
}
</style>
background-color css
<style>
a { background-color: #955404; }
a { background-color: rgb(149,84,4); }
div.DivClassName
{
background-color: #955404;
}
.BgClassName
{
background-color: #955404;
}
</style>
border-color css
<style>
span { border-color: #955404; }
span { border-color: rgb(149,84,4); }
td.TdClassName
{
border-color: #955404;
}
.TagClassName
{
border-color: #955404;
}
</style>