Shades of Golden Brown #955915
Tints of Golden Brown #955915
RGB
CMYK
RGB Variations
Color information
#955915 (or 0x955915) is known color: Golden Brown. HEX triplet: 95, 59 and 15. RGB value is (149,89,21). Sum of RGB (Red+Green+Blue) = 149+89+21=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #955915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955915 is #6AA6EA. Grayscale: #636363. Windows color (decimal): -6989547 or 1399189. OLE color: 1399189.
HSL color Cylindrical-coordinate representation of color #955915: hue angle of 31.88º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #955915 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 21 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.42 |
| HSL | 31.88º | 0.75% | 0.33% | - |
| HSV(B) | 31.88º | 0.86% | 0.58% | - |
| XYZ | 16.1 | 13.59 | 2.48 | - |
| YUV | 99.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 21 | 0 | 0.40 | 0.86 | 0.42 | 31.88 | 0.75 | 0.33 |
| Hex | 95 | 59 | 15 | 0 | 28 | 56 | 2A | 20 | 4B | 21 |
| Octal | 225 | 131 | 25 | 0 | 50 | 126 | 52 | 40 | 113 | 41 |
| Binary | 10010101 | 1011001 | 10101 | 0 | 101000 | 1010110 | 101010 | 100000 | 1001011 | 100001 |
Color Harmonies of #955915
Complementary color
Monochromatic Colors of #955915
Black with #955915
Text Example
Text Example
White with #955915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955915; }
p { color: rgb(149,89,21); }
H1.HeaderClassName
{
color: #955915;
}
.AnyTagClassName
{
color: #955915;
}
</style>
background-color css
<style>
a { background-color: #955915; }
a { background-color: rgb(149,89,21); }
div.DivClassName
{
background-color: #955915;
}
.BgClassName
{
background-color: #955915;
}
</style>
border-color css
<style>
span { border-color: #955915; }
span { border-color: rgb(149,89,21); }
td.TdClassName
{
border-color: #955915;
}
.TagClassName
{
border-color: #955915;
}
</style>