Shades of Golden Brown #895F17
Tints of Golden Brown #895F17
RGB
CMYK
RGB Variations
Color information
#895F17 (or 0x895F17) is known color: Golden Brown. HEX triplet: 89, 5F and 17. RGB value is (137,95,23). Sum of RGB (Red+Green+Blue) = 137+95+23=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #895F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895F17 is #76A0E8. Grayscale: #636363. Windows color (decimal): -7774441 or 1531785. OLE color: 1531785.
HSL color Cylindrical-coordinate representation of color #895F17: hue angle of 37.89º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #895F17 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 23 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.46 |
| HSL | 37.89º | 0.71% | 0.31% | - |
| HSV(B) | 37.89º | 0.83% | 0.54% | - |
| XYZ | 14.56 | 13.56 | 2.66 | - |
| YUV | 99.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 23 | 0 | 0.31 | 0.83 | 0.46 | 37.89 | 0.71 | 0.31 |
| Hex | 89 | 5F | 17 | 0 | 1F | 53 | 2E | 26 | 47 | 1F |
| Octal | 211 | 137 | 27 | 0 | 37 | 123 | 56 | 46 | 107 | 37 |
| Binary | 10001001 | 1011111 | 10111 | 0 | 11111 | 1010011 | 101110 | 100110 | 1000111 | 11111 |
Color Harmonies of #895F17
Complementary color
Monochromatic Colors of #895F17
Black with #895F17
Text Example
Text Example
White with #895F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F17; }
p { color: rgb(137,95,23); }
H1.HeaderClassName
{
color: #895F17;
}
.AnyTagClassName
{
color: #895F17;
}
</style>
background-color css
<style>
a { background-color: #895F17; }
a { background-color: rgb(137,95,23); }
div.DivClassName
{
background-color: #895F17;
}
.BgClassName
{
background-color: #895F17;
}
</style>
border-color css
<style>
span { border-color: #895F17; }
span { border-color: rgb(137,95,23); }
td.TdClassName
{
border-color: #895F17;
}
.TagClassName
{
border-color: #895F17;
}
</style>