Shades of Golden Brown #985A10
Tints of Golden Brown #985A10
RGB
CMYK
RGB Variations
Color information
#985A10 (or 0x985A10) is known color: Golden Brown. HEX triplet: 98, 5A and 10. RGB value is (152,90,16). Sum of RGB (Red+Green+Blue) = 152+90+16=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #985A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985A10 is #67A5EF. Grayscale: #646464. Windows color (decimal): -6792688 or 1071768. OLE color: 1071768.
HSL color Cylindrical-coordinate representation of color #985A10: hue angle of 32.65º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #985A10 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 16 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.40 |
| HSL | 32.65º | 0.81% | 0.33% | - |
| HSV(B) | 32.65º | 0.89% | 0.6% | - |
| XYZ | 16.7 | 14.03 | 2.32 | - |
| YUV | 100.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 16 | 0 | 0.41 | 0.89 | 0.40 | 32.65 | 0.81 | 0.33 |
| Hex | 98 | 5A | 10 | 0 | 29 | 59 | 28 | 21 | 51 | 21 |
| Octal | 230 | 132 | 20 | 0 | 51 | 131 | 50 | 41 | 121 | 41 |
| Binary | 10011000 | 1011010 | 10000 | 0 | 101001 | 1011001 | 101000 | 100001 | 1010001 | 100001 |
Color Harmonies of #985A10
Complementary color
Monochromatic Colors of #985A10
Black with #985A10
Text Example
Text Example
White with #985A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A10; }
p { color: rgb(152,90,16); }
H1.HeaderClassName
{
color: #985A10;
}
.AnyTagClassName
{
color: #985A10;
}
</style>
background-color css
<style>
a { background-color: #985A10; }
a { background-color: rgb(152,90,16); }
div.DivClassName
{
background-color: #985A10;
}
.BgClassName
{
background-color: #985A10;
}
</style>
border-color css
<style>
span { border-color: #985A10; }
span { border-color: rgb(152,90,16); }
td.TdClassName
{
border-color: #985A10;
}
.TagClassName
{
border-color: #985A10;
}
</style>