Shades of Golden Brown #985B0F
Tints of Golden Brown #985B0F
RGB
CMYK
RGB Variations
Color information
#985B0F (or 0x985B0F) is known color: Golden Brown. HEX triplet: 98, 5B and 0F. RGB value is (152,91,15). Sum of RGB (Red+Green+Blue) = 152+91+15=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #985B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985B0F is #67A4F0. Grayscale: #646464. Windows color (decimal): -6792433 or 1006488. OLE color: 1006488.
HSL color Cylindrical-coordinate representation of color #985B0F: hue angle of 33.28º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #985B0F is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 15 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.40 |
| HSL | 33.28º | 0.82% | 0.33% | - |
| HSV(B) | 33.28º | 0.9% | 0.6% | - |
| XYZ | 16.78 | 14.19 | 2.31 | - |
| YUV | 100.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 15 | 0 | 0.40 | 0.90 | 0.40 | 33.28 | 0.82 | 0.33 |
| Hex | 98 | 5B | F | 0 | 28 | 5A | 28 | 21 | 52 | 21 |
| Octal | 230 | 133 | 17 | 0 | 50 | 132 | 50 | 41 | 122 | 41 |
| Binary | 10011000 | 1011011 | 1111 | 0 | 101000 | 1011010 | 101000 | 100001 | 1010010 | 100001 |
Color Harmonies of #985B0F
Complementary color
Monochromatic Colors of #985B0F
Black with #985B0F
Text Example
Text Example
White with #985B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B0F; }
p { color: rgb(152,91,15); }
H1.HeaderClassName
{
color: #985B0F;
}
.AnyTagClassName
{
color: #985B0F;
}
</style>
background-color css
<style>
a { background-color: #985B0F; }
a { background-color: rgb(152,91,15); }
div.DivClassName
{
background-color: #985B0F;
}
.BgClassName
{
background-color: #985B0F;
}
</style>
border-color css
<style>
span { border-color: #985B0F; }
span { border-color: rgb(152,91,15); }
td.TdClassName
{
border-color: #985B0F;
}
.TagClassName
{
border-color: #985B0F;
}
</style>