Shades of Golden Brown #895D14
Tints of Golden Brown #895D14
RGB
CMYK
RGB Variations
Color information
#895D14 (or 0x895D14) is known color: Golden Brown. HEX triplet: 89, 5D and 14. RGB value is (137,93,20). Sum of RGB (Red+Green+Blue) = 137+93+20=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #895D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D14 is #76A2EB. Grayscale: #626262. Windows color (decimal): -7774956 or 1334665. OLE color: 1334665.
HSL color Cylindrical-coordinate representation of color #895D14: hue angle of 37.44º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #895D14 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 20 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.46 |
| HSL | 37.44º | 0.75% | 0.31% | - |
| HSV(B) | 37.44º | 0.85% | 0.54% | - |
| XYZ | 14.36 | 13.2 | 2.45 | - |
| YUV | 97.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 20 | 0 | 0.32 | 0.85 | 0.46 | 37.44 | 0.75 | 0.31 |
| Hex | 89 | 5D | 14 | 0 | 20 | 55 | 2E | 25 | 4B | 1F |
| Octal | 211 | 135 | 24 | 0 | 40 | 125 | 56 | 45 | 113 | 37 |
| Binary | 10001001 | 1011101 | 10100 | 0 | 100000 | 1010101 | 101110 | 100101 | 1001011 | 11111 |
Color Harmonies of #895D14
Complementary color
Monochromatic Colors of #895D14
Black with #895D14
Text Example
Text Example
White with #895D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D14; }
p { color: rgb(137,93,20); }
H1.HeaderClassName
{
color: #895D14;
}
.AnyTagClassName
{
color: #895D14;
}
</style>
background-color css
<style>
a { background-color: #895D14; }
a { background-color: rgb(137,93,20); }
div.DivClassName
{
background-color: #895D14;
}
.BgClassName
{
background-color: #895D14;
}
</style>
border-color css
<style>
span { border-color: #895D14; }
span { border-color: rgb(137,93,20); }
td.TdClassName
{
border-color: #895D14;
}
.TagClassName
{
border-color: #895D14;
}
</style>