Shades of Golden Brown #895C10
Tints of Golden Brown #895C10
RGB
CMYK
RGB Variations
Color information
#895C10 (or 0x895C10) is known color: Golden Brown. HEX triplet: 89, 5C and 10. RGB value is (137,92,16). Sum of RGB (Red+Green+Blue) = 137+92+16=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #895C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895C10 is #76A3EF. Grayscale: #616161. Windows color (decimal): -7775216 or 1072265. OLE color: 1072265.
HSL color Cylindrical-coordinate representation of color #895C10: hue angle of 37.69º degrees, saturation: 0.79, 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 #895C10 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 92 | 16 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.46 |
| HSL | 37.69º | 0.79% | 0.3% | - |
| HSV(B) | 37.69º | 0.88% | 0.54% | - |
| XYZ | 14.24 | 13.01 | 2.25 | - |
| YUV | 96.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 16 | 0 | 0.33 | 0.88 | 0.46 | 37.69 | 0.79 | 0.3 |
| Hex | 89 | 5C | 10 | 0 | 21 | 58 | 2E | 26 | 4F | 1E |
| Octal | 211 | 134 | 20 | 0 | 41 | 130 | 56 | 46 | 117 | 36 |
| Binary | 10001001 | 1011100 | 10000 | 0 | 100001 | 1011000 | 101110 | 100110 | 1001111 | 11110 |
Color Harmonies of #895C10
Complementary color
Monochromatic Colors of #895C10
Black with #895C10
Text Example
Text Example
White with #895C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895C10; }
p { color: rgb(137,92,16); }
H1.HeaderClassName
{
color: #895C10;
}
.AnyTagClassName
{
color: #895C10;
}
</style>
background-color css
<style>
a { background-color: #895C10; }
a { background-color: rgb(137,92,16); }
div.DivClassName
{
background-color: #895C10;
}
.BgClassName
{
background-color: #895C10;
}
</style>
border-color css
<style>
span { border-color: #895C10; }
span { border-color: rgb(137,92,16); }
td.TdClassName
{
border-color: #895C10;
}
.TagClassName
{
border-color: #895C10;
}
</style>