Shades of Golden Brown #987312
Tints of Golden Brown #987312
RGB
CMYK
RGB Variations
Color information
#987312 (or 0x987312) is known color: Golden Brown. HEX triplet: 98, 73 and 12. RGB value is (152,115,18). Sum of RGB (Red+Green+Blue) = 152+115+18=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #987312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987312 is #678CED. Grayscale: #737373. Windows color (decimal): -6786286 or 1209240. OLE color: 1209240.
HSL color Cylindrical-coordinate representation of color #987312: hue angle of 43.43º 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 #987312 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 18 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.40 |
| HSL | 43.43º | 0.79% | 0.33% | - |
| HSV(B) | 43.43º | 0.88% | 0.6% | - |
| XYZ | 19.19 | 18.98 | 3.22 | - |
| YUV | 115.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 18 | 0 | 0.24 | 0.88 | 0.40 | 43.43 | 0.79 | 0.33 |
| Hex | 98 | 73 | 12 | 0 | 18 | 58 | 28 | 2B | 4F | 21 |
| Octal | 230 | 163 | 22 | 0 | 30 | 130 | 50 | 53 | 117 | 41 |
| Binary | 10011000 | 1110011 | 10010 | 0 | 11000 | 1011000 | 101000 | 101011 | 1001111 | 100001 |
Color Harmonies of #987312
Complementary color
Monochromatic Colors of #987312
Black with #987312
Text Example
Text Example
White with #987312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987312; }
p { color: rgb(152,115,18); }
H1.HeaderClassName
{
color: #987312;
}
.AnyTagClassName
{
color: #987312;
}
</style>
background-color css
<style>
a { background-color: #987312; }
a { background-color: rgb(152,115,18); }
div.DivClassName
{
background-color: #987312;
}
.BgClassName
{
background-color: #987312;
}
</style>
border-color css
<style>
span { border-color: #987312; }
span { border-color: rgb(152,115,18); }
td.TdClassName
{
border-color: #987312;
}
.TagClassName
{
border-color: #987312;
}
</style>