Shades of Golden Brown #98590F
Tints of Golden Brown #98590F
RGB
CMYK
RGB Variations
Color information
#98590F (or 0x98590F) is known color: Golden Brown. HEX triplet: 98, 59 and 0F. RGB value is (152,89,15). Sum of RGB (Red+Green+Blue) = 152+89+15=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #98590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98590F is #67A6F0. Grayscale: #636363. Windows color (decimal): -6792945 or 1005976. OLE color: 1005976.
HSL color Cylindrical-coordinate representation of color #98590F: hue angle of 32.41º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98590F is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 15 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.40 |
| HSL | 32.41º | 0.82% | 0.33% | - |
| HSV(B) | 32.41º | 0.9% | 0.6% | - |
| XYZ | 16.61 | 13.85 | 2.25 | - |
| YUV | 99.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 15 | 0 | 0.41 | 0.90 | 0.40 | 32.41 | 0.82 | 0.33 |
| Hex | 98 | 59 | F | 0 | 29 | 5A | 28 | 20 | 52 | 21 |
| Octal | 230 | 131 | 17 | 0 | 51 | 132 | 50 | 40 | 122 | 41 |
| Binary | 10011000 | 1011001 | 1111 | 0 | 101001 | 1011010 | 101000 | 100000 | 1010010 | 100001 |
Color Harmonies of #98590F
Complementary color
Monochromatic Colors of #98590F
Black with #98590F
Text Example
Text Example
White with #98590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98590F; }
p { color: rgb(152,89,15); }
H1.HeaderClassName
{
color: #98590F;
}
.AnyTagClassName
{
color: #98590F;
}
</style>
background-color css
<style>
a { background-color: #98590F; }
a { background-color: rgb(152,89,15); }
div.DivClassName
{
background-color: #98590F;
}
.BgClassName
{
background-color: #98590F;
}
</style>
border-color css
<style>
span { border-color: #98590F; }
span { border-color: rgb(152,89,15); }
td.TdClassName
{
border-color: #98590F;
}
.TagClassName
{
border-color: #98590F;
}
</style>