Shades of Golden Brown #98701F
Tints of Golden Brown #98701F
RGB
CMYK
RGB Variations
Color information
#98701F (or 0x98701F) is known color: Golden Brown. HEX triplet: 98, 70 and 1F. RGB value is (152,112,31). Sum of RGB (Red+Green+Blue) = 152+112+31=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98701F is #678FE0. Grayscale: #737373. Windows color (decimal): -6787041 or 2060440. OLE color: 2060440.
HSL color Cylindrical-coordinate representation of color #98701F: hue angle of 40.17º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98701F is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 31 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.40 |
| HSL | 40.17º | 0.66% | 0.36% | - |
| HSV(B) | 40.17º | 0.8% | 0.6% | - |
| XYZ | 18.99 | 18.36 | 3.84 | - |
| YUV | 114.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 31 | 0 | 0.26 | 0.80 | 0.40 | 40.17 | 0.66 | 0.36 |
| Hex | 98 | 70 | 1F | 0 | 1A | 50 | 28 | 28 | 42 | 24 |
| Octal | 230 | 160 | 37 | 0 | 32 | 120 | 50 | 50 | 102 | 44 |
| Binary | 10011000 | 1110000 | 11111 | 0 | 11010 | 1010000 | 101000 | 101000 | 1000010 | 100100 |
Color Harmonies of #98701F
Complementary color
Monochromatic Colors of #98701F
Black with #98701F
Text Example
Text Example
White with #98701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98701F; }
p { color: rgb(152,112,31); }
H1.HeaderClassName
{
color: #98701F;
}
.AnyTagClassName
{
color: #98701F;
}
</style>
background-color css
<style>
a { background-color: #98701F; }
a { background-color: rgb(152,112,31); }
div.DivClassName
{
background-color: #98701F;
}
.BgClassName
{
background-color: #98701F;
}
</style>
border-color css
<style>
span { border-color: #98701F; }
span { border-color: rgb(152,112,31); }
td.TdClassName
{
border-color: #98701F;
}
.TagClassName
{
border-color: #98701F;
}
</style>