Shades of Golden Brown #985A03
Tints of Golden Brown #985A03
RGB
CMYK
RGB Variations
Color information
#985A03 (or 0x985A03) is known color: Golden Brown. HEX triplet: 98, 5A and 03. RGB value is (152,90,3). Sum of RGB (Red+Green+Blue) = 152+90+3=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #985A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985A03 is #67A5FC. Grayscale: #636363. Windows color (decimal): -6792701 or 219800. OLE color: 219800.
HSL color Cylindrical-coordinate representation of color #985A03: hue angle of 35.03º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #985A03 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.40 |
| HSL | 35.03º | 0.96% | 0.3% | - |
| HSV(B) | 35.03º | 0.98% | 0.6% | - |
| XYZ | 16.62 | 13.99 | 1.91 | - |
| YUV | 98.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 3 | 0 | 0.41 | 0.98 | 0.40 | 35.03 | 0.96 | 0.3 |
| Hex | 98 | 5A | 3 | 0 | 29 | 62 | 28 | 23 | 60 | 1E |
| Octal | 230 | 132 | 3 | 0 | 51 | 142 | 50 | 43 | 140 | 36 |
| Binary | 10011000 | 1011010 | 11 | 0 | 101001 | 1100010 | 101000 | 100011 | 1100000 | 11110 |
Color Harmonies of #985A03
Complementary color
Monochromatic Colors of #985A03
Black with #985A03
Text Example
Text Example
White with #985A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A03; }
p { color: rgb(152,90,3); }
H1.HeaderClassName
{
color: #985A03;
}
.AnyTagClassName
{
color: #985A03;
}
</style>
background-color css
<style>
a { background-color: #985A03; }
a { background-color: rgb(152,90,3); }
div.DivClassName
{
background-color: #985A03;
}
.BgClassName
{
background-color: #985A03;
}
</style>
border-color css
<style>
span { border-color: #985A03; }
span { border-color: rgb(152,90,3); }
td.TdClassName
{
border-color: #985A03;
}
.TagClassName
{
border-color: #985A03;
}
</style>