Shades of Golden Brown #98750E
Tints of Golden Brown #98750E
RGB
CMYK
RGB Variations
Color information
#98750E (or 0x98750E) is known color: Golden Brown. HEX triplet: 98, 75 and 0E. RGB value is (152,117,14). Sum of RGB (Red+Green+Blue) = 152+117+14=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98750E is #678AF1. Grayscale: #747474. Windows color (decimal): -6785778 or 947608. OLE color: 947608.
HSL color Cylindrical-coordinate representation of color #98750E: hue angle of 44.78º 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 #98750E is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 14 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.40 |
| HSL | 44.78º | 0.83% | 0.33% | - |
| HSV(B) | 44.78º | 0.91% | 0.6% | - |
| XYZ | 19.39 | 19.43 | 3.14 | - |
| YUV | 115.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 14 | 0 | 0.23 | 0.91 | 0.40 | 44.78 | 0.83 | 0.33 |
| Hex | 98 | 75 | E | 0 | 17 | 5B | 28 | 2D | 53 | 21 |
| Octal | 230 | 165 | 16 | 0 | 27 | 133 | 50 | 55 | 123 | 41 |
| Binary | 10011000 | 1110101 | 1110 | 0 | 10111 | 1011011 | 101000 | 101101 | 1010011 | 100001 |
Color Harmonies of #98750E
Complementary color
Monochromatic Colors of #98750E
Black with #98750E
Text Example
Text Example
White with #98750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98750E; }
p { color: rgb(152,117,14); }
H1.HeaderClassName
{
color: #98750E;
}
.AnyTagClassName
{
color: #98750E;
}
</style>
background-color css
<style>
a { background-color: #98750E; }
a { background-color: rgb(152,117,14); }
div.DivClassName
{
background-color: #98750E;
}
.BgClassName
{
background-color: #98750E;
}
</style>
border-color css
<style>
span { border-color: #98750E; }
span { border-color: rgb(152,117,14); }
td.TdClassName
{
border-color: #98750E;
}
.TagClassName
{
border-color: #98750E;
}
</style>