Shades of Golden Brown #985407
Tints of Golden Brown #985407
RGB
CMYK
RGB Variations
Color information
#985407 (or 0x985407) is known color: Golden Brown. HEX triplet: 98, 54 and 07. RGB value is (152,84,7). Sum of RGB (Red+Green+Blue) = 152+84+7=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #985407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985407 is #67ABF8. Grayscale: #5F5F5F. Windows color (decimal): -6794233 or 480408. OLE color: 480408.
HSL color Cylindrical-coordinate representation of color #985407: hue angle of 31.86º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #985407 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 7 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.40 |
| HSL | 31.86º | 0.91% | 0.31% | - |
| HSV(B) | 31.86º | 0.95% | 0.6% | - |
| XYZ | 16.16 | 13.03 | 1.86 | - |
| YUV | 95.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 7 | 0 | 0.45 | 0.95 | 0.40 | 31.86 | 0.91 | 0.31 |
| Hex | 98 | 54 | 7 | 0 | 2D | 5F | 28 | 20 | 5B | 1F |
| Octal | 230 | 124 | 7 | 0 | 55 | 137 | 50 | 40 | 133 | 37 |
| Binary | 10011000 | 1010100 | 111 | 0 | 101101 | 1011111 | 101000 | 100000 | 1011011 | 11111 |
Color Harmonies of #985407
Complementary color
Monochromatic Colors of #985407
Black with #985407
Text Example
Text Example
White with #985407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985407; }
p { color: rgb(152,84,7); }
H1.HeaderClassName
{
color: #985407;
}
.AnyTagClassName
{
color: #985407;
}
</style>
background-color css
<style>
a { background-color: #985407; }
a { background-color: rgb(152,84,7); }
div.DivClassName
{
background-color: #985407;
}
.BgClassName
{
background-color: #985407;
}
</style>
border-color css
<style>
span { border-color: #985407; }
span { border-color: rgb(152,84,7); }
td.TdClassName
{
border-color: #985407;
}
.TagClassName
{
border-color: #985407;
}
</style>