Shades of Golden Brown #955A17
Tints of Golden Brown #955A17
RGB
CMYK
RGB Variations
Color information
#955A17 (or 0x955A17) is known color: Golden Brown. HEX triplet: 95, 5A and 17. RGB value is (149,90,23). Sum of RGB (Red+Green+Blue) = 149+90+23=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #955A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A17 is #6AA5E8. Grayscale: #646464. Windows color (decimal): -6989289 or 1530517. OLE color: 1530517.
HSL color Cylindrical-coordinate representation of color #955A17: hue angle of 31.9º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #955A17 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 23 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.42 |
| HSL | 31.9º | 0.73% | 0.34% | - |
| HSV(B) | 31.9º | 0.85% | 0.58% | - |
| XYZ | 16.21 | 13.76 | 2.61 | - |
| YUV | 100 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 23 | 0 | 0.40 | 0.85 | 0.42 | 31.9 | 0.73 | 0.34 |
| Hex | 95 | 5A | 17 | 0 | 28 | 55 | 2A | 20 | 49 | 22 |
| Octal | 225 | 132 | 27 | 0 | 50 | 125 | 52 | 40 | 111 | 42 |
| Binary | 10010101 | 1011010 | 10111 | 0 | 101000 | 1010101 | 101010 | 100000 | 1001001 | 100010 |
Color Harmonies of #955A17
Complementary color
Monochromatic Colors of #955A17
Black with #955A17
Text Example
Text Example
White with #955A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A17; }
p { color: rgb(149,90,23); }
H1.HeaderClassName
{
color: #955A17;
}
.AnyTagClassName
{
color: #955A17;
}
</style>
background-color css
<style>
a { background-color: #955A17; }
a { background-color: rgb(149,90,23); }
div.DivClassName
{
background-color: #955A17;
}
.BgClassName
{
background-color: #955A17;
}
</style>
border-color css
<style>
span { border-color: #955A17; }
span { border-color: rgb(149,90,23); }
td.TdClassName
{
border-color: #955A17;
}
.TagClassName
{
border-color: #955A17;
}
</style>