Shades of Golden Brown #985F0B
Tints of Golden Brown #985F0B
RGB
CMYK
RGB Variations
Color information
#985F0B (or 0x985F0B) is known color: Golden Brown. HEX triplet: 98, 5F and 0B. RGB value is (152,95,11). Sum of RGB (Red+Green+Blue) = 152+95+11=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #985F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985F0B is #67A0F4. Grayscale: #666666. Windows color (decimal): -6791413 or 745368. OLE color: 745368.
HSL color Cylindrical-coordinate representation of color #985F0B: hue angle of 35.74º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #985F0B is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 95 | 11 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.40 |
| HSL | 35.74º | 0.87% | 0.32% | - |
| HSV(B) | 35.74º | 0.93% | 0.6% | - |
| XYZ | 17.1 | 14.88 | 2.29 | - |
| YUV | 102.47 | 76.38 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 11 | 0 | 0.38 | 0.93 | 0.40 | 35.74 | 0.87 | 0.32 |
| Hex | 98 | 5F | B | 0 | 26 | 5D | 28 | 24 | 57 | 20 |
| Octal | 230 | 137 | 13 | 0 | 46 | 135 | 50 | 44 | 127 | 40 |
| Binary | 10011000 | 1011111 | 1011 | 0 | 100110 | 1011101 | 101000 | 100100 | 1010111 | 100000 |
Color Harmonies of #985F0B
Complementary color
Monochromatic Colors of #985F0B
Black with #985F0B
Text Example
Text Example
White with #985F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985F0B; }
p { color: rgb(152,95,11); }
H1.HeaderClassName
{
color: #985F0B;
}
.AnyTagClassName
{
color: #985F0B;
}
</style>
background-color css
<style>
a { background-color: #985F0B; }
a { background-color: rgb(152,95,11); }
div.DivClassName
{
background-color: #985F0B;
}
.BgClassName
{
background-color: #985F0B;
}
</style>
border-color css
<style>
span { border-color: #985F0B; }
span { border-color: rgb(152,95,11); }
td.TdClassName
{
border-color: #985F0B;
}
.TagClassName
{
border-color: #985F0B;
}
</style>