Shades of Golden Brown #955910
Tints of Golden Brown #955910
RGB
CMYK
RGB Variations
Color information
#955910 (or 0x955910) is known color: Golden Brown. HEX triplet: 95, 59 and 10. RGB value is (149,89,16). Sum of RGB (Red+Green+Blue) = 149+89+16=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #955910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955910 is #6AA6EF. Grayscale: #626262. Windows color (decimal): -6989552 or 1071509. OLE color: 1071509.
HSL color Cylindrical-coordinate representation of color #955910: hue angle of 32.93º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #955910 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 16 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.42 |
| HSL | 32.93º | 0.81% | 0.32% | - |
| HSV(B) | 32.93º | 0.89% | 0.58% | - |
| XYZ | 16.06 | 13.57 | 2.26 | - |
| YUV | 98.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 16 | 0 | 0.40 | 0.89 | 0.42 | 32.93 | 0.81 | 0.32 |
| Hex | 95 | 59 | 10 | 0 | 28 | 59 | 2A | 21 | 51 | 20 |
| Octal | 225 | 131 | 20 | 0 | 50 | 131 | 52 | 41 | 121 | 40 |
| Binary | 10010101 | 1011001 | 10000 | 0 | 101000 | 1011001 | 101010 | 100001 | 1010001 | 100000 |
Color Harmonies of #955910
Complementary color
Monochromatic Colors of #955910
Black with #955910
Text Example
Text Example
White with #955910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955910; }
p { color: rgb(149,89,16); }
H1.HeaderClassName
{
color: #955910;
}
.AnyTagClassName
{
color: #955910;
}
</style>
background-color css
<style>
a { background-color: #955910; }
a { background-color: rgb(149,89,16); }
div.DivClassName
{
background-color: #955910;
}
.BgClassName
{
background-color: #955910;
}
</style>
border-color css
<style>
span { border-color: #955910; }
span { border-color: rgb(149,89,16); }
td.TdClassName
{
border-color: #955910;
}
.TagClassName
{
border-color: #955910;
}
</style>