Shades of Golden Brown #985713
Tints of Golden Brown #985713
RGB
CMYK
RGB Variations
Color information
#985713 (or 0x985713) is known color: Golden Brown. HEX triplet: 98, 57 and 13. RGB value is (152,87,19). Sum of RGB (Red+Green+Blue) = 152+87+19=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #985713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985713 is #67A8EC. Grayscale: #636363. Windows color (decimal): -6793453 or 1267608. OLE color: 1267608.
HSL color Cylindrical-coordinate representation of color #985713: hue angle of 30.68º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #985713 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 19 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.40 |
| HSL | 30.68º | 0.78% | 0.34% | - |
| HSV(B) | 30.68º | 0.88% | 0.6% | - |
| XYZ | 16.47 | 13.54 | 2.36 | - |
| YUV | 98.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 19 | 0 | 0.43 | 0.87 | 0.40 | 30.68 | 0.78 | 0.34 |
| Hex | 98 | 57 | 13 | 0 | 2B | 57 | 28 | 1F | 4E | 22 |
| Octal | 230 | 127 | 23 | 0 | 53 | 127 | 50 | 37 | 116 | 42 |
| Binary | 10011000 | 1010111 | 10011 | 0 | 101011 | 1010111 | 101000 | 11111 | 1001110 | 100010 |
Color Harmonies of #985713
Complementary color
Monochromatic Colors of #985713
Black with #985713
Text Example
Text Example
White with #985713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985713; }
p { color: rgb(152,87,19); }
H1.HeaderClassName
{
color: #985713;
}
.AnyTagClassName
{
color: #985713;
}
</style>
background-color css
<style>
a { background-color: #985713; }
a { background-color: rgb(152,87,19); }
div.DivClassName
{
background-color: #985713;
}
.BgClassName
{
background-color: #985713;
}
</style>
border-color css
<style>
span { border-color: #985713; }
span { border-color: rgb(152,87,19); }
td.TdClassName
{
border-color: #985713;
}
.TagClassName
{
border-color: #985713;
}
</style>