Shades of Golden Brown #985403
Tints of Golden Brown #985403
RGB
CMYK
RGB Variations
Color information
#985403 (or 0x985403) is known color: Golden Brown. HEX triplet: 98, 54 and 03. RGB value is (152,84,3). Sum of RGB (Red+Green+Blue) = 152+84+3=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #985403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985403 is #67ABFC. Grayscale: #5F5F5F. Windows color (decimal): -6794237 or 218264. OLE color: 218264.
HSL color Cylindrical-coordinate representation of color #985403: hue angle of 32.62º 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 #985403 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.40 |
| HSL | 32.62º | 0.96% | 0.3% | - |
| HSV(B) | 32.62º | 0.98% | 0.6% | - |
| XYZ | 16.14 | 13.02 | 1.75 | - |
| YUV | 95.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 3 | 0 | 0.45 | 0.98 | 0.40 | 32.62 | 0.96 | 0.3 |
| Hex | 98 | 54 | 3 | 0 | 2D | 62 | 28 | 21 | 60 | 1E |
| Octal | 230 | 124 | 3 | 0 | 55 | 142 | 50 | 41 | 140 | 36 |
| Binary | 10011000 | 1010100 | 11 | 0 | 101101 | 1100010 | 101000 | 100001 | 1100000 | 11110 |
Color Harmonies of #985403
Complementary color
Monochromatic Colors of #985403
Black with #985403
Text Example
Text Example
White with #985403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985403; }
p { color: rgb(152,84,3); }
H1.HeaderClassName
{
color: #985403;
}
.AnyTagClassName
{
color: #985403;
}
</style>
background-color css
<style>
a { background-color: #985403; }
a { background-color: rgb(152,84,3); }
div.DivClassName
{
background-color: #985403;
}
.BgClassName
{
background-color: #985403;
}
</style>
border-color css
<style>
span { border-color: #985403; }
span { border-color: rgb(152,84,3); }
td.TdClassName
{
border-color: #985403;
}
.TagClassName
{
border-color: #985403;
}
</style>