Shades of Golden Brown #895C0E
Tints of Golden Brown #895C0E
RGB
CMYK
RGB Variations
Color information
#895C0E (or 0x895C0E) is known color: Golden Brown. HEX triplet: 89, 5C and 0E. RGB value is (137,92,14). Sum of RGB (Red+Green+Blue) = 137+92+14=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #895C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895C0E is #76A3F1. Grayscale: #606060. Windows color (decimal): -7775218 or 941193. OLE color: 941193.
HSL color Cylindrical-coordinate representation of color #895C0E: hue angle of 38.05º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #895C0E is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 92 | 14 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.46 |
| HSL | 38.05º | 0.81% | 0.3% | - |
| HSV(B) | 38.05º | 0.9% | 0.54% | - |
| XYZ | 14.22 | 13 | 2.18 | - |
| YUV | 96.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 14 | 0 | 0.33 | 0.90 | 0.46 | 38.05 | 0.81 | 0.3 |
| Hex | 89 | 5C | E | 0 | 21 | 5A | 2E | 26 | 51 | 1E |
| Octal | 211 | 134 | 16 | 0 | 41 | 132 | 56 | 46 | 121 | 36 |
| Binary | 10001001 | 1011100 | 1110 | 0 | 100001 | 1011010 | 101110 | 100110 | 1010001 | 11110 |
Color Harmonies of #895C0E
Complementary color
Monochromatic Colors of #895C0E
Black with #895C0E
Text Example
Text Example
White with #895C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895C0E; }
p { color: rgb(137,92,14); }
H1.HeaderClassName
{
color: #895C0E;
}
.AnyTagClassName
{
color: #895C0E;
}
</style>
background-color css
<style>
a { background-color: #895C0E; }
a { background-color: rgb(137,92,14); }
div.DivClassName
{
background-color: #895C0E;
}
.BgClassName
{
background-color: #895C0E;
}
</style>
border-color css
<style>
span { border-color: #895C0E; }
span { border-color: rgb(137,92,14); }
td.TdClassName
{
border-color: #895C0E;
}
.TagClassName
{
border-color: #895C0E;
}
</style>