Shades of Golden Brown #98590B
Tints of Golden Brown #98590B
RGB
CMYK
RGB Variations
Color information
#98590B (or 0x98590B) is known color: Golden Brown. HEX triplet: 98, 59 and 0B. RGB value is (152,89,11). Sum of RGB (Red+Green+Blue) = 152+89+11=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98590B is #67A6F4. Grayscale: #636363. Windows color (decimal): -6792949 or 743832. OLE color: 743832.
HSL color Cylindrical-coordinate representation of color #98590B: hue angle of 33.19º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98590B is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 11 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.40 |
| HSL | 33.19º | 0.87% | 0.32% | - |
| HSV(B) | 33.19º | 0.93% | 0.6% | - |
| XYZ | 16.58 | 13.84 | 2.11 | - |
| YUV | 98.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 11 | 0 | 0.41 | 0.93 | 0.40 | 33.19 | 0.87 | 0.32 |
| Hex | 98 | 59 | B | 0 | 29 | 5D | 28 | 21 | 57 | 20 |
| Octal | 230 | 131 | 13 | 0 | 51 | 135 | 50 | 41 | 127 | 40 |
| Binary | 10011000 | 1011001 | 1011 | 0 | 101001 | 1011101 | 101000 | 100001 | 1010111 | 100000 |
Color Harmonies of #98590B
Complementary color
Monochromatic Colors of #98590B
Black with #98590B
Text Example
Text Example
White with #98590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98590B; }
p { color: rgb(152,89,11); }
H1.HeaderClassName
{
color: #98590B;
}
.AnyTagClassName
{
color: #98590B;
}
</style>
background-color css
<style>
a { background-color: #98590B; }
a { background-color: rgb(152,89,11); }
div.DivClassName
{
background-color: #98590B;
}
.BgClassName
{
background-color: #98590B;
}
</style>
border-color css
<style>
span { border-color: #98590B; }
span { border-color: rgb(152,89,11); }
td.TdClassName
{
border-color: #98590B;
}
.TagClassName
{
border-color: #98590B;
}
</style>