Shades of Golden Brown #98590E
Tints of Golden Brown #98590E
RGB
CMYK
RGB Variations
Color information
#98590E (or 0x98590E) is known color: Golden Brown. HEX triplet: 98, 59 and 0E. RGB value is (152,89,14). Sum of RGB (Red+Green+Blue) = 152+89+14=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #98590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98590E is #67A6F1. Grayscale: #636363. Windows color (decimal): -6792946 or 940440. OLE color: 940440.
HSL color Cylindrical-coordinate representation of color #98590E: hue angle of 32.61º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98590E is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 14 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.40 |
| HSL | 32.61º | 0.83% | 0.33% | - |
| HSV(B) | 32.61º | 0.91% | 0.6% | - |
| XYZ | 16.6 | 13.85 | 2.21 | - |
| YUV | 99.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 14 | 0 | 0.41 | 0.91 | 0.40 | 32.61 | 0.83 | 0.33 |
| Hex | 98 | 59 | E | 0 | 29 | 5B | 28 | 21 | 53 | 21 |
| Octal | 230 | 131 | 16 | 0 | 51 | 133 | 50 | 41 | 123 | 41 |
| Binary | 10011000 | 1011001 | 1110 | 0 | 101001 | 1011011 | 101000 | 100001 | 1010011 | 100001 |
Color Harmonies of #98590E
Complementary color
Monochromatic Colors of #98590E
Black with #98590E
Text Example
Text Example
White with #98590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98590E; }
p { color: rgb(152,89,14); }
H1.HeaderClassName
{
color: #98590E;
}
.AnyTagClassName
{
color: #98590E;
}
</style>
background-color css
<style>
a { background-color: #98590E; }
a { background-color: rgb(152,89,14); }
div.DivClassName
{
background-color: #98590E;
}
.BgClassName
{
background-color: #98590E;
}
</style>
border-color css
<style>
span { border-color: #98590E; }
span { border-color: rgb(152,89,14); }
td.TdClassName
{
border-color: #98590E;
}
.TagClassName
{
border-color: #98590E;
}
</style>