Shades of Golden Brown #98590C
Tints of Golden Brown #98590C
RGB
CMYK
RGB Variations
Color information
#98590C (or 0x98590C) is known color: Golden Brown. HEX triplet: 98, 59 and 0C. RGB value is (152,89,12). Sum of RGB (Red+Green+Blue) = 152+89+12=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #98590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98590C is #67A6F3. Grayscale: #636363. Windows color (decimal): -6792948 or 809368. OLE color: 809368.
HSL color Cylindrical-coordinate representation of color #98590C: hue angle of 33º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98590C is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 12 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.40 |
| HSL | 33º | 0.85% | 0.32% | - |
| HSV(B) | 33º | 0.92% | 0.6% | - |
| XYZ | 16.59 | 13.85 | 2.15 | - |
| YUV | 99.06 | 78.87 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 12 | 0 | 0.41 | 0.92 | 0.40 | 33 | 0.85 | 0.32 |
| Hex | 98 | 59 | C | 0 | 29 | 5C | 28 | 21 | 55 | 20 |
| Octal | 230 | 131 | 14 | 0 | 51 | 134 | 50 | 41 | 125 | 40 |
| Binary | 10011000 | 1011001 | 1100 | 0 | 101001 | 1011100 | 101000 | 100001 | 1010101 | 100000 |
Color Harmonies of #98590C
Complementary color
Monochromatic Colors of #98590C
Black with #98590C
Text Example
Text Example
White with #98590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98590C; }
p { color: rgb(152,89,12); }
H1.HeaderClassName
{
color: #98590C;
}
.AnyTagClassName
{
color: #98590C;
}
</style>
background-color css
<style>
a { background-color: #98590C; }
a { background-color: rgb(152,89,12); }
div.DivClassName
{
background-color: #98590C;
}
.BgClassName
{
background-color: #98590C;
}
</style>
border-color css
<style>
span { border-color: #98590C; }
span { border-color: rgb(152,89,12); }
td.TdClassName
{
border-color: #98590C;
}
.TagClassName
{
border-color: #98590C;
}
</style>