Shades of Golden Brown #955810
Tints of Golden Brown #955810
RGB
CMYK
RGB Variations
Color information
#955810 (or 0x955810) is known color: Golden Brown. HEX triplet: 95, 58 and 10. RGB value is (149,88,16). Sum of RGB (Red+Green+Blue) = 149+88+16=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #955810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955810 is #6AA7EF. Grayscale: #626262. Windows color (decimal): -6989808 or 1071253. OLE color: 1071253.
HSL color Cylindrical-coordinate representation of color #955810: hue angle of 32.48º 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 #955810 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 16 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.42 |
| HSL | 32.48º | 0.81% | 0.32% | - |
| HSV(B) | 32.48º | 0.89% | 0.58% | - |
| XYZ | 15.98 | 13.41 | 2.24 | - |
| YUV | 98.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 16 | 0 | 0.41 | 0.89 | 0.42 | 32.48 | 0.81 | 0.32 |
| Hex | 95 | 58 | 10 | 0 | 29 | 59 | 2A | 20 | 51 | 20 |
| Octal | 225 | 130 | 20 | 0 | 51 | 131 | 52 | 40 | 121 | 40 |
| Binary | 10010101 | 1011000 | 10000 | 0 | 101001 | 1011001 | 101010 | 100000 | 1010001 | 100000 |
Color Harmonies of #955810
Complementary color
Monochromatic Colors of #955810
Black with #955810
Text Example
Text Example
White with #955810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955810; }
p { color: rgb(149,88,16); }
H1.HeaderClassName
{
color: #955810;
}
.AnyTagClassName
{
color: #955810;
}
</style>
background-color css
<style>
a { background-color: #955810; }
a { background-color: rgb(149,88,16); }
div.DivClassName
{
background-color: #955810;
}
.BgClassName
{
background-color: #955810;
}
</style>
border-color css
<style>
span { border-color: #955810; }
span { border-color: rgb(149,88,16); }
td.TdClassName
{
border-color: #955810;
}
.TagClassName
{
border-color: #955810;
}
</style>