Shades of Golden Brown #98540A
Tints of Golden Brown #98540A
RGB
CMYK
RGB Variations
Color information
#98540A (or 0x98540A) is known color: Golden Brown. HEX triplet: 98, 54 and 0A. RGB value is (152,84,10). Sum of RGB (Red+Green+Blue) = 152+84+10=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98540A is #67ABF5. Grayscale: #606060. Windows color (decimal): -6794230 or 677016. OLE color: 677016.
HSL color Cylindrical-coordinate representation of color #98540A: hue angle of 31.27º degrees, saturation: 0.88, 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 #98540A is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 10 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.40 |
| HSL | 31.27º | 0.88% | 0.32% | - |
| HSV(B) | 31.27º | 0.93% | 0.6% | - |
| XYZ | 16.17 | 13.04 | 1.95 | - |
| YUV | 95.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 10 | 0 | 0.45 | 0.93 | 0.40 | 31.27 | 0.88 | 0.32 |
| Hex | 98 | 54 | A | 0 | 2D | 5D | 28 | 1F | 58 | 20 |
| Octal | 230 | 124 | 12 | 0 | 55 | 135 | 50 | 37 | 130 | 40 |
| Binary | 10011000 | 1010100 | 1010 | 0 | 101101 | 1011101 | 101000 | 11111 | 1011000 | 100000 |
Color Harmonies of #98540A
Complementary color
Monochromatic Colors of #98540A
Black with #98540A
Text Example
Text Example
White with #98540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98540A; }
p { color: rgb(152,84,10); }
H1.HeaderClassName
{
color: #98540A;
}
.AnyTagClassName
{
color: #98540A;
}
</style>
background-color css
<style>
a { background-color: #98540A; }
a { background-color: rgb(152,84,10); }
div.DivClassName
{
background-color: #98540A;
}
.BgClassName
{
background-color: #98540A;
}
</style>
border-color css
<style>
span { border-color: #98540A; }
span { border-color: rgb(152,84,10); }
td.TdClassName
{
border-color: #98540A;
}
.TagClassName
{
border-color: #98540A;
}
</style>