Shades of Golden Brown #98740B
Tints of Golden Brown #98740B
RGB
CMYK
RGB Variations
Color information
#98740B (or 0x98740B) is known color: Golden Brown. HEX triplet: 98, 74 and 0B. RGB value is (152,116,11). Sum of RGB (Red+Green+Blue) = 152+116+11=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98740B is #678BF4. Grayscale: #737373. Windows color (decimal): -6786037 or 750744. OLE color: 750744.
HSL color Cylindrical-coordinate representation of color #98740B: hue angle of 44.68º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98740B is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 11 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.40 |
| HSL | 44.68º | 0.87% | 0.32% | - |
| HSV(B) | 44.68º | 0.93% | 0.6% | - |
| XYZ | 19.25 | 19.19 | 3.01 | - |
| YUV | 114.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 11 | 0 | 0.24 | 0.93 | 0.40 | 44.68 | 0.87 | 0.32 |
| Hex | 98 | 74 | B | 0 | 18 | 5D | 28 | 2D | 57 | 20 |
| Octal | 230 | 164 | 13 | 0 | 30 | 135 | 50 | 55 | 127 | 40 |
| Binary | 10011000 | 1110100 | 1011 | 0 | 11000 | 1011101 | 101000 | 101101 | 1010111 | 100000 |
Color Harmonies of #98740B
Complementary color
Monochromatic Colors of #98740B
Black with #98740B
Text Example
Text Example
White with #98740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98740B; }
p { color: rgb(152,116,11); }
H1.HeaderClassName
{
color: #98740B;
}
.AnyTagClassName
{
color: #98740B;
}
</style>
background-color css
<style>
a { background-color: #98740B; }
a { background-color: rgb(152,116,11); }
div.DivClassName
{
background-color: #98740B;
}
.BgClassName
{
background-color: #98740B;
}
</style>
border-color css
<style>
span { border-color: #98740B; }
span { border-color: rgb(152,116,11); }
td.TdClassName
{
border-color: #98740B;
}
.TagClassName
{
border-color: #98740B;
}
</style>