Shades of Golden Brown #995F17
Tints of Golden Brown #995F17
RGB
CMYK
RGB Variations
Color information
#995F17 (or 0x995F17) is known color: Golden Brown. HEX triplet: 99, 5F and 17. RGB value is (153,95,23). Sum of RGB (Red+Green+Blue) = 153+95+23=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #995F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995F17 is #66A0E8. Grayscale: #686868. Windows color (decimal): -6725865 or 1531801. OLE color: 1531801.
HSL color Cylindrical-coordinate representation of color #995F17: hue angle of 33.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #995F17 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 23 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.4 |
| HSL | 33.23º | 0.74% | 0.35% | - |
| HSV(B) | 33.23º | 0.85% | 0.6% | - |
| XYZ | 17.38 | 15.02 | 2.79 | - |
| YUV | 104.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 23 | 0 | 0.38 | 0.85 | 0.4 | 33.23 | 0.74 | 0.35 |
| Hex | 99 | 5F | 17 | 0 | 26 | 55 | 28 | 21 | 4A | 23 |
| Octal | 231 | 137 | 27 | 0 | 46 | 125 | 50 | 41 | 112 | 43 |
| Binary | 10011001 | 1011111 | 10111 | 0 | 100110 | 1010101 | 101000 | 100001 | 1001010 | 100011 |
Color Harmonies of #995F17
Complementary color
Monochromatic Colors of #995F17
Black with #995F17
Text Example
Text Example
White with #995F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F17; }
p { color: rgb(153,95,23); }
H1.HeaderClassName
{
color: #995F17;
}
.AnyTagClassName
{
color: #995F17;
}
</style>
background-color css
<style>
a { background-color: #995F17; }
a { background-color: rgb(153,95,23); }
div.DivClassName
{
background-color: #995F17;
}
.BgClassName
{
background-color: #995F17;
}
</style>
border-color css
<style>
span { border-color: #995F17; }
span { border-color: rgb(153,95,23); }
td.TdClassName
{
border-color: #995F17;
}
.TagClassName
{
border-color: #995F17;
}
</style>