Shades of Golden Brown #955705
Tints of Golden Brown #955705
RGB
CMYK
RGB Variations
Color information
#955705 (or 0x955705) is known color: Golden Brown. HEX triplet: 95, 57 and 05. RGB value is (149,87,5). Sum of RGB (Red+Green+Blue) = 149+87+5=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #955705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955705 is #6AA8FA. Grayscale: #606060. Windows color (decimal): -6990075 or 350101. OLE color: 350101.
HSL color Cylindrical-coordinate representation of color #955705: hue angle of 34.17º degrees, saturation: 0.94, 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 #955705 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 5 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.42 |
| HSL | 34.17º | 0.94% | 0.3% | - |
| HSV(B) | 34.17º | 0.97% | 0.58% | - |
| XYZ | 15.83 | 13.22 | 1.86 | - |
| YUV | 96.19 | 76.54 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 5 | 0 | 0.42 | 0.97 | 0.42 | 34.17 | 0.94 | 0.3 |
| Hex | 95 | 57 | 5 | 0 | 2A | 61 | 2A | 22 | 5E | 1E |
| Octal | 225 | 127 | 5 | 0 | 52 | 141 | 52 | 42 | 136 | 36 |
| Binary | 10010101 | 1010111 | 101 | 0 | 101010 | 1100001 | 101010 | 100010 | 1011110 | 11110 |
Color Harmonies of #955705
Complementary color
Monochromatic Colors of #955705
Black with #955705
Text Example
Text Example
White with #955705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955705; }
p { color: rgb(149,87,5); }
H1.HeaderClassName
{
color: #955705;
}
.AnyTagClassName
{
color: #955705;
}
</style>
background-color css
<style>
a { background-color: #955705; }
a { background-color: rgb(149,87,5); }
div.DivClassName
{
background-color: #955705;
}
.BgClassName
{
background-color: #955705;
}
</style>
border-color css
<style>
span { border-color: #955705; }
span { border-color: rgb(149,87,5); }
td.TdClassName
{
border-color: #955705;
}
.TagClassName
{
border-color: #955705;
}
</style>