Shades of Golden Brown #98740E
Tints of Golden Brown #98740E
RGB
CMYK
RGB Variations
Color information
#98740E (or 0x98740E) is known color: Golden Brown. HEX triplet: 98, 74 and 0E. RGB value is (152,116,14). Sum of RGB (Red+Green+Blue) = 152+116+14=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98740E is #678BF1. Grayscale: #737373. Windows color (decimal): -6786034 or 947352. OLE color: 947352.
HSL color Cylindrical-coordinate representation of color #98740E: hue angle of 44.35º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98740E is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 14 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.40 |
| HSL | 44.35º | 0.83% | 0.33% | - |
| HSV(B) | 44.35º | 0.91% | 0.6% | - |
| XYZ | 19.27 | 19.2 | 3.11 | - |
| YUV | 115.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 14 | 0 | 0.24 | 0.91 | 0.40 | 44.35 | 0.83 | 0.33 |
| Hex | 98 | 74 | E | 0 | 18 | 5B | 28 | 2C | 53 | 21 |
| Octal | 230 | 164 | 16 | 0 | 30 | 133 | 50 | 54 | 123 | 41 |
| Binary | 10011000 | 1110100 | 1110 | 0 | 11000 | 1011011 | 101000 | 101100 | 1010011 | 100001 |
Color Harmonies of #98740E
Complementary color
Monochromatic Colors of #98740E
Black with #98740E
Text Example
Text Example
White with #98740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98740E; }
p { color: rgb(152,116,14); }
H1.HeaderClassName
{
color: #98740E;
}
.AnyTagClassName
{
color: #98740E;
}
</style>
background-color css
<style>
a { background-color: #98740E; }
a { background-color: rgb(152,116,14); }
div.DivClassName
{
background-color: #98740E;
}
.BgClassName
{
background-color: #98740E;
}
</style>
border-color css
<style>
span { border-color: #98740E; }
span { border-color: rgb(152,116,14); }
td.TdClassName
{
border-color: #98740E;
}
.TagClassName
{
border-color: #98740E;
}
</style>