Shades of Golden Brown #895D17
Tints of Golden Brown #895D17
RGB
CMYK
RGB Variations
Color information
#895D17 (or 0x895D17) is known color: Golden Brown. HEX triplet: 89, 5D and 17. RGB value is (137,93,23). Sum of RGB (Red+Green+Blue) = 137+93+23=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #895D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D17 is #76A2E8. Grayscale: #626262. Windows color (decimal): -7774953 or 1531273. OLE color: 1531273.
HSL color Cylindrical-coordinate representation of color #895D17: hue angle of 36.84º 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 #895D17 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 23 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.46 |
| HSL | 36.84º | 0.71% | 0.31% | - |
| HSV(B) | 36.84º | 0.83% | 0.54% | - |
| XYZ | 14.39 | 13.21 | 2.6 | - |
| YUV | 98.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 23 | 0 | 0.32 | 0.83 | 0.46 | 36.84 | 0.71 | 0.31 |
| Hex | 89 | 5D | 17 | 0 | 20 | 53 | 2E | 25 | 47 | 1F |
| Octal | 211 | 135 | 27 | 0 | 40 | 123 | 56 | 45 | 107 | 37 |
| Binary | 10001001 | 1011101 | 10111 | 0 | 100000 | 1010011 | 101110 | 100101 | 1000111 | 11111 |
Color Harmonies of #895D17
Complementary color
Monochromatic Colors of #895D17
Black with #895D17
Text Example
Text Example
White with #895D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D17; }
p { color: rgb(137,93,23); }
H1.HeaderClassName
{
color: #895D17;
}
.AnyTagClassName
{
color: #895D17;
}
</style>
background-color css
<style>
a { background-color: #895D17; }
a { background-color: rgb(137,93,23); }
div.DivClassName
{
background-color: #895D17;
}
.BgClassName
{
background-color: #895D17;
}
</style>
border-color css
<style>
span { border-color: #895D17; }
span { border-color: rgb(137,93,23); }
td.TdClassName
{
border-color: #895D17;
}
.TagClassName
{
border-color: #895D17;
}
</style>