Shades of Golden Brown #987512
Tints of Golden Brown #987512
RGB
CMYK
RGB Variations
Color information
#987512 (or 0x987512) is known color: Golden Brown. HEX triplet: 98, 75 and 12. RGB value is (152,117,18). Sum of RGB (Red+Green+Blue) = 152+117+18=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #987512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987512 is #678AED. Grayscale: #747474. Windows color (decimal): -6785774 or 1209752. OLE color: 1209752.
HSL color Cylindrical-coordinate representation of color #987512: hue angle of 44.33º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987512 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 18 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.40 |
| HSL | 44.33º | 0.79% | 0.33% | - |
| HSV(B) | 44.33º | 0.88% | 0.6% | - |
| XYZ | 19.42 | 19.44 | 3.3 | - |
| YUV | 116.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 18 | 0 | 0.23 | 0.88 | 0.40 | 44.33 | 0.79 | 0.33 |
| Hex | 98 | 75 | 12 | 0 | 17 | 58 | 28 | 2C | 4F | 21 |
| Octal | 230 | 165 | 22 | 0 | 27 | 130 | 50 | 54 | 117 | 41 |
| Binary | 10011000 | 1110101 | 10010 | 0 | 10111 | 1011000 | 101000 | 101100 | 1001111 | 100001 |
Color Harmonies of #987512
Complementary color
Monochromatic Colors of #987512
Black with #987512
Text Example
Text Example
White with #987512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987512; }
p { color: rgb(152,117,18); }
H1.HeaderClassName
{
color: #987512;
}
.AnyTagClassName
{
color: #987512;
}
</style>
background-color css
<style>
a { background-color: #987512; }
a { background-color: rgb(152,117,18); }
div.DivClassName
{
background-color: #987512;
}
.BgClassName
{
background-color: #987512;
}
</style>
border-color css
<style>
span { border-color: #987512; }
span { border-color: rgb(152,117,18); }
td.TdClassName
{
border-color: #987512;
}
.TagClassName
{
border-color: #987512;
}
</style>