Shades of Golden Brown #895F09
Tints of Golden Brown #895F09
RGB
CMYK
RGB Variations
Color information
#895F09 (or 0x895F09) is known color: Golden Brown. HEX triplet: 89, 5F and 09. RGB value is (137,95,9). Sum of RGB (Red+Green+Blue) = 137+95+9=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #895F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895F09 is #76A0F6. Grayscale: #626262. Windows color (decimal): -7774455 or 614281. OLE color: 614281.
HSL color Cylindrical-coordinate representation of color #895F09: hue angle of 40.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #895F09 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 9 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.46 |
| HSL | 40.31º | 0.88% | 0.29% | - |
| HSV(B) | 40.31º | 0.93% | 0.54% | - |
| XYZ | 14.46 | 13.52 | 2.11 | - |
| YUV | 97.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 9 | 0 | 0.31 | 0.93 | 0.46 | 40.31 | 0.88 | 0.29 |
| Hex | 89 | 5F | 9 | 0 | 1F | 5D | 2E | 28 | 58 | 1D |
| Octal | 211 | 137 | 11 | 0 | 37 | 135 | 56 | 50 | 130 | 35 |
| Binary | 10001001 | 1011111 | 1001 | 0 | 11111 | 1011101 | 101110 | 101000 | 1011000 | 11101 |
Color Harmonies of #895F09
Complementary color
Monochromatic Colors of #895F09
Black with #895F09
Text Example
Text Example
White with #895F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F09; }
p { color: rgb(137,95,9); }
H1.HeaderClassName
{
color: #895F09;
}
.AnyTagClassName
{
color: #895F09;
}
</style>
background-color css
<style>
a { background-color: #895F09; }
a { background-color: rgb(137,95,9); }
div.DivClassName
{
background-color: #895F09;
}
.BgClassName
{
background-color: #895F09;
}
</style>
border-color css
<style>
span { border-color: #895F09; }
span { border-color: rgb(137,95,9); }
td.TdClassName
{
border-color: #895F09;
}
.TagClassName
{
border-color: #895F09;
}
</style>