Shades of Golden Brown #987119
Tints of Golden Brown #987119
RGB
CMYK
RGB Variations
Color information
#987119 (or 0x987119) is known color: Golden Brown. HEX triplet: 98, 71 and 19. RGB value is (152,113,25). Sum of RGB (Red+Green+Blue) = 152+113+25=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #987119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987119 is #678EE6. Grayscale: #737373. Windows color (decimal): -6786791 or 1667480. OLE color: 1667480.
HSL color Cylindrical-coordinate representation of color #987119: hue angle of 41.57º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #987119 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 25 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.40 |
| HSL | 41.57º | 0.72% | 0.35% | - |
| HSV(B) | 41.57º | 0.84% | 0.6% | - |
| XYZ | 19.03 | 18.56 | 3.5 | - |
| YUV | 114.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 25 | 0 | 0.26 | 0.84 | 0.40 | 41.57 | 0.72 | 0.35 |
| Hex | 98 | 71 | 19 | 0 | 1A | 54 | 28 | 2A | 48 | 23 |
| Octal | 230 | 161 | 31 | 0 | 32 | 124 | 50 | 52 | 110 | 43 |
| Binary | 10011000 | 1110001 | 11001 | 0 | 11010 | 1010100 | 101000 | 101010 | 1001000 | 100011 |
Color Harmonies of #987119
Complementary color
Monochromatic Colors of #987119
Black with #987119
Text Example
Text Example
White with #987119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987119; }
p { color: rgb(152,113,25); }
H1.HeaderClassName
{
color: #987119;
}
.AnyTagClassName
{
color: #987119;
}
</style>
background-color css
<style>
a { background-color: #987119; }
a { background-color: rgb(152,113,25); }
div.DivClassName
{
background-color: #987119;
}
.BgClassName
{
background-color: #987119;
}
</style>
border-color css
<style>
span { border-color: #987119; }
span { border-color: rgb(152,113,25); }
td.TdClassName
{
border-color: #987119;
}
.TagClassName
{
border-color: #987119;
}
</style>