Shades of Golden Brown #957504
Tints of Golden Brown #957504
RGB
CMYK
RGB Variations
Color information
#957504 (or 0x957504) is known color: Golden Brown. HEX triplet: 95, 75 and 04. RGB value is (149,117,4). Sum of RGB (Red+Green+Blue) = 149+117+4=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #957504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957504 is #6A8AFB. Grayscale: #727272. Windows color (decimal): -6982396 or 292245. OLE color: 292245.
HSL color Cylindrical-coordinate representation of color #957504: hue angle of 46.76º 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 #957504 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 4 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.42 |
| HSL | 46.76º | 0.95% | 0.3% | - |
| HSV(B) | 46.76º | 0.97% | 0.58% | - |
| XYZ | 18.78 | 19.12 | 2.82 | - |
| YUV | 113.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 4 | 0 | 0.21 | 0.97 | 0.42 | 46.76 | 0.95 | 0.3 |
| Hex | 95 | 75 | 4 | 0 | 15 | 61 | 2A | 2F | 5F | 1E |
| Octal | 225 | 165 | 4 | 0 | 25 | 141 | 52 | 57 | 137 | 36 |
| Binary | 10010101 | 1110101 | 100 | 0 | 10101 | 1100001 | 101010 | 101111 | 1011111 | 11110 |
Color Harmonies of #957504
Complementary color
Monochromatic Colors of #957504
Black with #957504
Text Example
Text Example
White with #957504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957504; }
p { color: rgb(149,117,4); }
H1.HeaderClassName
{
color: #957504;
}
.AnyTagClassName
{
color: #957504;
}
</style>
background-color css
<style>
a { background-color: #957504; }
a { background-color: rgb(149,117,4); }
div.DivClassName
{
background-color: #957504;
}
.BgClassName
{
background-color: #957504;
}
</style>
border-color css
<style>
span { border-color: #957504; }
span { border-color: rgb(149,117,4); }
td.TdClassName
{
border-color: #957504;
}
.TagClassName
{
border-color: #957504;
}
</style>