Shades of Golden Brown #89590C
Tints of Golden Brown #89590C
RGB
CMYK
RGB Variations
Color information
#89590C (or 0x89590C) is known color: Golden Brown. HEX triplet: 89, 59 and 0C. RGB value is (137,89,12). Sum of RGB (Red+Green+Blue) = 137+89+12=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #89590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89590C is #76A6F3. Grayscale: #5E5E5E. Windows color (decimal): -7775988 or 809353. OLE color: 809353.
HSL color Cylindrical-coordinate representation of color #89590C: hue angle of 36.96º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89590C is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 12 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.46 |
| HSL | 36.96º | 0.84% | 0.29% | - |
| HSV(B) | 36.96º | 0.91% | 0.54% | - |
| XYZ | 13.96 | 12.49 | 2.02 | - |
| YUV | 94.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 12 | 0 | 0.35 | 0.91 | 0.46 | 36.96 | 0.84 | 0.29 |
| Hex | 89 | 59 | C | 0 | 23 | 5B | 2E | 25 | 54 | 1D |
| Octal | 211 | 131 | 14 | 0 | 43 | 133 | 56 | 45 | 124 | 35 |
| Binary | 10001001 | 1011001 | 1100 | 0 | 100011 | 1011011 | 101110 | 100101 | 1010100 | 11101 |
Color Harmonies of #89590C
Complementary color
Monochromatic Colors of #89590C
Black with #89590C
Text Example
Text Example
White with #89590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89590C; }
p { color: rgb(137,89,12); }
H1.HeaderClassName
{
color: #89590C;
}
.AnyTagClassName
{
color: #89590C;
}
</style>
background-color css
<style>
a { background-color: #89590C; }
a { background-color: rgb(137,89,12); }
div.DivClassName
{
background-color: #89590C;
}
.BgClassName
{
background-color: #89590C;
}
</style>
border-color css
<style>
span { border-color: #89590C; }
span { border-color: rgb(137,89,12); }
td.TdClassName
{
border-color: #89590C;
}
.TagClassName
{
border-color: #89590C;
}
</style>