Shades of Golden Brown #98740F
Tints of Golden Brown #98740F
RGB
CMYK
RGB Variations
Color information
#98740F (or 0x98740F) is known color: Golden Brown. HEX triplet: 98, 74 and 0F. RGB value is (152,116,15). Sum of RGB (Red+Green+Blue) = 152+116+15=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98740F is #678BF0. Grayscale: #737373. Windows color (decimal): -6786033 or 1012888. OLE color: 1012888.
HSL color Cylindrical-coordinate representation of color #98740F: hue angle of 44.23º 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 #98740F is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 15 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.40 |
| HSL | 44.23º | 0.82% | 0.33% | - |
| HSV(B) | 44.23º | 0.9% | 0.6% | - |
| XYZ | 19.28 | 19.2 | 3.14 | - |
| YUV | 115.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 15 | 0 | 0.24 | 0.90 | 0.40 | 44.23 | 0.82 | 0.33 |
| Hex | 98 | 74 | F | 0 | 18 | 5A | 28 | 2C | 52 | 21 |
| Octal | 230 | 164 | 17 | 0 | 30 | 132 | 50 | 54 | 122 | 41 |
| Binary | 10011000 | 1110100 | 1111 | 0 | 11000 | 1011010 | 101000 | 101100 | 1010010 | 100001 |
Color Harmonies of #98740F
Complementary color
Monochromatic Colors of #98740F
Black with #98740F
Text Example
Text Example
White with #98740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98740F; }
p { color: rgb(152,116,15); }
H1.HeaderClassName
{
color: #98740F;
}
.AnyTagClassName
{
color: #98740F;
}
</style>
background-color css
<style>
a { background-color: #98740F; }
a { background-color: rgb(152,116,15); }
div.DivClassName
{
background-color: #98740F;
}
.BgClassName
{
background-color: #98740F;
}
</style>
border-color css
<style>
span { border-color: #98740F; }
span { border-color: rgb(152,116,15); }
td.TdClassName
{
border-color: #98740F;
}
.TagClassName
{
border-color: #98740F;
}
</style>