Shades of Golden Brown #98580F
Tints of Golden Brown #98580F
RGB
CMYK
RGB Variations
Color information
#98580F (or 0x98580F) is known color: Golden Brown. HEX triplet: 98, 58 and 0F. RGB value is (152,88,15). Sum of RGB (Red+Green+Blue) = 152+88+15=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #98580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98580F is #67A7F0. Grayscale: #636363. Windows color (decimal): -6793201 or 1005720. OLE color: 1005720.
HSL color Cylindrical-coordinate representation of color #98580F: hue angle of 31.97º 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 #98580F is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 15 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.40 |
| HSL | 31.97º | 0.82% | 0.33% | - |
| HSV(B) | 31.97º | 0.9% | 0.6% | - |
| XYZ | 16.52 | 13.69 | 2.22 | - |
| YUV | 98.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 15 | 0 | 0.42 | 0.90 | 0.40 | 31.97 | 0.82 | 0.33 |
| Hex | 98 | 58 | F | 0 | 2A | 5A | 28 | 20 | 52 | 21 |
| Octal | 230 | 130 | 17 | 0 | 52 | 132 | 50 | 40 | 122 | 41 |
| Binary | 10011000 | 1011000 | 1111 | 0 | 101010 | 1011010 | 101000 | 100000 | 1010010 | 100001 |
Color Harmonies of #98580F
Complementary color
Monochromatic Colors of #98580F
Black with #98580F
Text Example
Text Example
White with #98580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98580F; }
p { color: rgb(152,88,15); }
H1.HeaderClassName
{
color: #98580F;
}
.AnyTagClassName
{
color: #98580F;
}
</style>
background-color css
<style>
a { background-color: #98580F; }
a { background-color: rgb(152,88,15); }
div.DivClassName
{
background-color: #98580F;
}
.BgClassName
{
background-color: #98580F;
}
</style>
border-color css
<style>
span { border-color: #98580F; }
span { border-color: rgb(152,88,15); }
td.TdClassName
{
border-color: #98580F;
}
.TagClassName
{
border-color: #98580F;
}
</style>