Shades of Golden Brown #985514
Tints of Golden Brown #985514
RGB
CMYK
RGB Variations
Color information
#985514 (or 0x985514) is known color: Golden Brown. HEX triplet: 98, 55 and 14. RGB value is (152,85,20). Sum of RGB (Red+Green+Blue) = 152+85+20=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #985514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985514 is #67AAEB. Grayscale: #616161. Windows color (decimal): -6793964 or 1332632. OLE color: 1332632.
HSL color Cylindrical-coordinate representation of color #985514: hue angle of 29.55º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #985514 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 20 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.40 |
| HSL | 29.55º | 0.77% | 0.34% | - |
| HSV(B) | 29.55º | 0.87% | 0.6% | - |
| XYZ | 16.32 | 13.22 | 2.35 | - |
| YUV | 97.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 20 | 0 | 0.44 | 0.87 | 0.40 | 29.55 | 0.77 | 0.34 |
| Hex | 98 | 55 | 14 | 0 | 2C | 57 | 28 | 1E | 4D | 22 |
| Octal | 230 | 125 | 24 | 0 | 54 | 127 | 50 | 36 | 115 | 42 |
| Binary | 10011000 | 1010101 | 10100 | 0 | 101100 | 1010111 | 101000 | 11110 | 1001101 | 100010 |
Color Harmonies of #985514
Complementary color
Monochromatic Colors of #985514
Black with #985514
Text Example
Text Example
White with #985514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985514; }
p { color: rgb(152,85,20); }
H1.HeaderClassName
{
color: #985514;
}
.AnyTagClassName
{
color: #985514;
}
</style>
background-color css
<style>
a { background-color: #985514; }
a { background-color: rgb(152,85,20); }
div.DivClassName
{
background-color: #985514;
}
.BgClassName
{
background-color: #985514;
}
</style>
border-color css
<style>
span { border-color: #985514; }
span { border-color: rgb(152,85,20); }
td.TdClassName
{
border-color: #985514;
}
.TagClassName
{
border-color: #985514;
}
</style>