Shades of Golden Brown #955D10
Tints of Golden Brown #955D10
RGB
CMYK
RGB Variations
Color information
#955D10 (or 0x955D10) is known color: Golden Brown. HEX triplet: 95, 5D and 10. RGB value is (149,93,16). Sum of RGB (Red+Green+Blue) = 149+93+16=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #955D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955D10 is #6AA2EF. Grayscale: #656565. Windows color (decimal): -6988528 or 1072533. OLE color: 1072533.
HSL color Cylindrical-coordinate representation of color #955D10: hue angle of 34.74º 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 #955D10 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 16 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.42 |
| HSL | 34.74º | 0.81% | 0.32% | - |
| HSV(B) | 34.74º | 0.89% | 0.58% | - |
| XYZ | 16.4 | 14.26 | 2.38 | - |
| YUV | 100.97 | 80.05 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 16 | 0 | 0.38 | 0.89 | 0.42 | 34.74 | 0.81 | 0.32 |
| Hex | 95 | 5D | 10 | 0 | 26 | 59 | 2A | 23 | 51 | 20 |
| Octal | 225 | 135 | 20 | 0 | 46 | 131 | 52 | 43 | 121 | 40 |
| Binary | 10010101 | 1011101 | 10000 | 0 | 100110 | 1011001 | 101010 | 100011 | 1010001 | 100000 |
Color Harmonies of #955D10
Complementary color
Monochromatic Colors of #955D10
Black with #955D10
Text Example
Text Example
White with #955D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D10; }
p { color: rgb(149,93,16); }
H1.HeaderClassName
{
color: #955D10;
}
.AnyTagClassName
{
color: #955D10;
}
</style>
background-color css
<style>
a { background-color: #955D10; }
a { background-color: rgb(149,93,16); }
div.DivClassName
{
background-color: #955D10;
}
.BgClassName
{
background-color: #955D10;
}
</style>
border-color css
<style>
span { border-color: #955D10; }
span { border-color: rgb(149,93,16); }
td.TdClassName
{
border-color: #955D10;
}
.TagClassName
{
border-color: #955D10;
}
</style>