Shades of Golden Brown #895D11
Tints of Golden Brown #895D11
RGB
CMYK
RGB Variations
Color information
#895D11 (or 0x895D11) is known color: Golden Brown. HEX triplet: 89, 5D and 11. RGB value is (137,93,17). Sum of RGB (Red+Green+Blue) = 137+93+17=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #895D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D11 is #76A2EE. Grayscale: #616161. Windows color (decimal): -7774959 or 1138057. OLE color: 1138057.
HSL color Cylindrical-coordinate representation of color #895D11: hue angle of 38º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #895D11 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 17 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.46 |
| HSL | 38º | 0.78% | 0.3% | - |
| HSV(B) | 38º | 0.88% | 0.54% | - |
| XYZ | 14.33 | 13.19 | 2.32 | - |
| YUV | 97.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 17 | 0 | 0.32 | 0.88 | 0.46 | 38 | 0.78 | 0.3 |
| Hex | 89 | 5D | 11 | 0 | 20 | 58 | 2E | 26 | 4E | 1E |
| Octal | 211 | 135 | 21 | 0 | 40 | 130 | 56 | 46 | 116 | 36 |
| Binary | 10001001 | 1011101 | 10001 | 0 | 100000 | 1011000 | 101110 | 100110 | 1001110 | 11110 |
Color Harmonies of #895D11
Complementary color
Monochromatic Colors of #895D11
Black with #895D11
Text Example
Text Example
White with #895D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D11; }
p { color: rgb(137,93,17); }
H1.HeaderClassName
{
color: #895D11;
}
.AnyTagClassName
{
color: #895D11;
}
</style>
background-color css
<style>
a { background-color: #895D11; }
a { background-color: rgb(137,93,17); }
div.DivClassName
{
background-color: #895D11;
}
.BgClassName
{
background-color: #895D11;
}
</style>
border-color css
<style>
span { border-color: #895D11; }
span { border-color: rgb(137,93,17); }
td.TdClassName
{
border-color: #895D11;
}
.TagClassName
{
border-color: #895D11;
}
</style>