Shades of Golden Brown #895F0F
Tints of Golden Brown #895F0F
RGB
CMYK
RGB Variations
Color information
#895F0F (or 0x895F0F) is known color: Golden Brown. HEX triplet: 89, 5F and 0F. RGB value is (137,95,15). Sum of RGB (Red+Green+Blue) = 137+95+15=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #895F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895F0F is #76A0F0. Grayscale: #626262. Windows color (decimal): -7774449 or 1007497. OLE color: 1007497.
HSL color Cylindrical-coordinate representation of color #895F0F: hue angle of 39.34º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #895F0F is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 15 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.46 |
| HSL | 39.34º | 0.8% | 0.3% | - |
| HSV(B) | 39.34º | 0.89% | 0.54% | - |
| XYZ | 14.49 | 13.54 | 2.3 | - |
| YUV | 98.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 15 | 0 | 0.31 | 0.89 | 0.46 | 39.34 | 0.8 | 0.3 |
| Hex | 89 | 5F | F | 0 | 1F | 59 | 2E | 27 | 50 | 1E |
| Octal | 211 | 137 | 17 | 0 | 37 | 131 | 56 | 47 | 120 | 36 |
| Binary | 10001001 | 1011111 | 1111 | 0 | 11111 | 1011001 | 101110 | 100111 | 1010000 | 11110 |
Color Harmonies of #895F0F
Complementary color
Monochromatic Colors of #895F0F
Black with #895F0F
Text Example
Text Example
White with #895F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F0F; }
p { color: rgb(137,95,15); }
H1.HeaderClassName
{
color: #895F0F;
}
.AnyTagClassName
{
color: #895F0F;
}
</style>
background-color css
<style>
a { background-color: #895F0F; }
a { background-color: rgb(137,95,15); }
div.DivClassName
{
background-color: #895F0F;
}
.BgClassName
{
background-color: #895F0F;
}
</style>
border-color css
<style>
span { border-color: #895F0F; }
span { border-color: rgb(137,95,15); }
td.TdClassName
{
border-color: #895F0F;
}
.TagClassName
{
border-color: #895F0F;
}
</style>