Shades of Golden Brown #985F0D
Tints of Golden Brown #985F0D
RGB
CMYK
RGB Variations
Color information
#985F0D (or 0x985F0D) is known color: Golden Brown. HEX triplet: 98, 5F and 0D. RGB value is (152,95,13). Sum of RGB (Red+Green+Blue) = 152+95+13=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #985F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985F0D is #67A0F2. Grayscale: #676767. Windows color (decimal): -6791411 or 876440. OLE color: 876440.
HSL color Cylindrical-coordinate representation of color #985F0D: hue angle of 35.4º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #985F0D is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 95 | 13 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.40 |
| HSL | 35.4º | 0.84% | 0.32% | - |
| HSV(B) | 35.4º | 0.91% | 0.6% | - |
| XYZ | 17.11 | 14.89 | 2.35 | - |
| YUV | 102.7 | 77.38 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 13 | 0 | 0.38 | 0.91 | 0.40 | 35.4 | 0.84 | 0.32 |
| Hex | 98 | 5F | D | 0 | 26 | 5B | 28 | 23 | 54 | 20 |
| Octal | 230 | 137 | 15 | 0 | 46 | 133 | 50 | 43 | 124 | 40 |
| Binary | 10011000 | 1011111 | 1101 | 0 | 100110 | 1011011 | 101000 | 100011 | 1010100 | 100000 |
Color Harmonies of #985F0D
Complementary color
Monochromatic Colors of #985F0D
Black with #985F0D
Text Example
Text Example
White with #985F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985F0D; }
p { color: rgb(152,95,13); }
H1.HeaderClassName
{
color: #985F0D;
}
.AnyTagClassName
{
color: #985F0D;
}
</style>
background-color css
<style>
a { background-color: #985F0D; }
a { background-color: rgb(152,95,13); }
div.DivClassName
{
background-color: #985F0D;
}
.BgClassName
{
background-color: #985F0D;
}
</style>
border-color css
<style>
span { border-color: #985F0D; }
span { border-color: rgb(152,95,13); }
td.TdClassName
{
border-color: #985F0D;
}
.TagClassName
{
border-color: #985F0D;
}
</style>