Shades of Golden Brown #985A04
Tints of Golden Brown #985A04
RGB
CMYK
RGB Variations
Color information
#985A04 (or 0x985A04) is known color: Golden Brown. HEX triplet: 98, 5A and 04. RGB value is (152,90,4). Sum of RGB (Red+Green+Blue) = 152+90+4=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #985A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985A04 is #67A5FB. Grayscale: #636363. Windows color (decimal): -6792700 or 285336. OLE color: 285336.
HSL color Cylindrical-coordinate representation of color #985A04: hue angle of 34.86º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #985A04 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 4 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.40 |
| HSL | 34.86º | 0.95% | 0.31% | - |
| HSV(B) | 34.86º | 0.97% | 0.6% | - |
| XYZ | 16.63 | 14 | 1.94 | - |
| YUV | 98.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 4 | 0 | 0.41 | 0.97 | 0.40 | 34.86 | 0.95 | 0.31 |
| Hex | 98 | 5A | 4 | 0 | 29 | 61 | 28 | 23 | 5F | 1F |
| Octal | 230 | 132 | 4 | 0 | 51 | 141 | 50 | 43 | 137 | 37 |
| Binary | 10011000 | 1011010 | 100 | 0 | 101001 | 1100001 | 101000 | 100011 | 1011111 | 11111 |
Color Harmonies of #985A04
Complementary color
Monochromatic Colors of #985A04
Black with #985A04
Text Example
Text Example
White with #985A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A04; }
p { color: rgb(152,90,4); }
H1.HeaderClassName
{
color: #985A04;
}
.AnyTagClassName
{
color: #985A04;
}
</style>
background-color css
<style>
a { background-color: #985A04; }
a { background-color: rgb(152,90,4); }
div.DivClassName
{
background-color: #985A04;
}
.BgClassName
{
background-color: #985A04;
}
</style>
border-color css
<style>
span { border-color: #985A04; }
span { border-color: rgb(152,90,4); }
td.TdClassName
{
border-color: #985A04;
}
.TagClassName
{
border-color: #985A04;
}
</style>