Shades of Golden Brown #987311
Tints of Golden Brown #987311
RGB
CMYK
RGB Variations
Color information
#987311 (or 0x987311) is known color: Golden Brown. HEX triplet: 98, 73 and 11. RGB value is (152,115,17). Sum of RGB (Red+Green+Blue) = 152+115+17=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #987311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987311 is #678CEE. Grayscale: #737373. Windows color (decimal): -6786287 or 1143704. OLE color: 1143704.
HSL color Cylindrical-coordinate representation of color #987311: hue angle of 43.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #987311 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 17 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.40 |
| HSL | 43.56º | 0.8% | 0.33% | - |
| HSV(B) | 43.56º | 0.89% | 0.6% | - |
| XYZ | 19.18 | 18.98 | 3.18 | - |
| YUV | 114.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 17 | 0 | 0.24 | 0.89 | 0.40 | 43.56 | 0.8 | 0.33 |
| Hex | 98 | 73 | 11 | 0 | 18 | 59 | 28 | 2C | 50 | 21 |
| Octal | 230 | 163 | 21 | 0 | 30 | 131 | 50 | 54 | 120 | 41 |
| Binary | 10011000 | 1110011 | 10001 | 0 | 11000 | 1011001 | 101000 | 101100 | 1010000 | 100001 |
Color Harmonies of #987311
Complementary color
Monochromatic Colors of #987311
Black with #987311
Text Example
Text Example
White with #987311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987311; }
p { color: rgb(152,115,17); }
H1.HeaderClassName
{
color: #987311;
}
.AnyTagClassName
{
color: #987311;
}
</style>
background-color css
<style>
a { background-color: #987311; }
a { background-color: rgb(152,115,17); }
div.DivClassName
{
background-color: #987311;
}
.BgClassName
{
background-color: #987311;
}
</style>
border-color css
<style>
span { border-color: #987311; }
span { border-color: rgb(152,115,17); }
td.TdClassName
{
border-color: #987311;
}
.TagClassName
{
border-color: #987311;
}
</style>