Shades of Golden Brown #987803
Tints of Golden Brown #987803
RGB
CMYK
RGB Variations
Color information
#987803 (or 0x987803) is known color: Golden Brown. HEX triplet: 98, 78 and 03. RGB value is (152,120,3). Sum of RGB (Red+Green+Blue) = 152+120+3=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #987803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987803 is #6787FC. Grayscale: #747474. Windows color (decimal): -6785021 or 227480. OLE color: 227480.
HSL color Cylindrical-coordinate representation of color #987803: hue angle of 47.11º 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 #987803 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.40 |
| HSL | 47.11º | 0.96% | 0.3% | - |
| HSV(B) | 47.11º | 0.98% | 0.6% | - |
| XYZ | 19.68 | 20.11 | 2.93 | - |
| YUV | 116.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 3 | 0 | 0.21 | 0.98 | 0.40 | 47.11 | 0.96 | 0.3 |
| Hex | 98 | 78 | 3 | 0 | 15 | 62 | 28 | 2F | 60 | 1E |
| Octal | 230 | 170 | 3 | 0 | 25 | 142 | 50 | 57 | 140 | 36 |
| Binary | 10011000 | 1111000 | 11 | 0 | 10101 | 1100010 | 101000 | 101111 | 1100000 | 11110 |
Color Harmonies of #987803
Complementary color
Monochromatic Colors of #987803
Black with #987803
Text Example
Text Example
White with #987803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987803; }
p { color: rgb(152,120,3); }
H1.HeaderClassName
{
color: #987803;
}
.AnyTagClassName
{
color: #987803;
}
</style>
background-color css
<style>
a { background-color: #987803; }
a { background-color: rgb(152,120,3); }
div.DivClassName
{
background-color: #987803;
}
.BgClassName
{
background-color: #987803;
}
</style>
border-color css
<style>
span { border-color: #987803; }
span { border-color: rgb(152,120,3); }
td.TdClassName
{
border-color: #987803;
}
.TagClassName
{
border-color: #987803;
}
</style>