Shades of Golden Brown #985A00
Tints of Golden Brown #985A00
RGB
CMYK
RGB Variations
Color information
#985A00 (or 0x985A00) is known color: Golden Brown. HEX triplet: 98, 5A and 00. RGB value is (152,90,0). Sum of RGB (Red+Green+Blue) = 152+90+0=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #985A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985A00 is #67A5FF. Grayscale: #626262. Windows color (decimal): -6792704 or 23192. OLE color: 23192.
HSL color Cylindrical-coordinate representation of color #985A00: hue angle of 35.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #985A00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.40 |
| HSL | 35.53º | 1% | 0.3% | - |
| HSV(B) | 35.53º | 1% | 0.6% | - |
| XYZ | 16.61 | 13.99 | 1.82 | - |
| YUV | 98.28 | 72.54 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 0 | 0 | 0.41 | 1 | 0.40 | 35.53 | 1 | 0.3 |
| Hex | 98 | 5A | 0 | 0 | 29 | 64 | 28 | 24 | 64 | 1E |
| Octal | 230 | 132 | 0 | 0 | 51 | 144 | 50 | 44 | 144 | 36 |
| Binary | 10011000 | 1011010 | 0 | 0 | 101001 | 1100100 | 101000 | 100100 | 1100100 | 11110 |
Color Harmonies of #985A00
Complementary color
Monochromatic Colors of #985A00
Black with #985A00
Text Example
Text Example
White with #985A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A00; }
p { color: rgb(152,90,0); }
H1.HeaderClassName
{
color: #985A00;
}
.AnyTagClassName
{
color: #985A00;
}
</style>
background-color css
<style>
a { background-color: #985A00; }
a { background-color: rgb(152,90,0); }
div.DivClassName
{
background-color: #985A00;
}
.BgClassName
{
background-color: #985A00;
}
</style>
border-color css
<style>
span { border-color: #985A00; }
span { border-color: rgb(152,90,0); }
td.TdClassName
{
border-color: #985A00;
}
.TagClassName
{
border-color: #985A00;
}
</style>