Shades of Golden Brown #985309
Tints of Golden Brown #985309
RGB
CMYK
RGB Variations
Color information
#985309 (or 0x985309) is known color: Golden Brown. HEX triplet: 98, 53 and 09. RGB value is (152,83,9). Sum of RGB (Red+Green+Blue) = 152+83+9=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #985309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985309 is #67ACF6. Grayscale: #5F5F5F. Windows color (decimal): -6794487 or 611224. OLE color: 611224.
HSL color Cylindrical-coordinate representation of color #985309: hue angle of 31.05º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #985309 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 9 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.40 |
| HSL | 31.05º | 0.89% | 0.32% | - |
| HSV(B) | 31.05º | 0.94% | 0.6% | - |
| XYZ | 16.09 | 12.88 | 1.9 | - |
| YUV | 95.2 | 79.36 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 9 | 0 | 0.45 | 0.94 | 0.40 | 31.05 | 0.89 | 0.32 |
| Hex | 98 | 53 | 9 | 0 | 2D | 5E | 28 | 1F | 59 | 20 |
| Octal | 230 | 123 | 11 | 0 | 55 | 136 | 50 | 37 | 131 | 40 |
| Binary | 10011000 | 1010011 | 1001 | 0 | 101101 | 1011110 | 101000 | 11111 | 1011001 | 100000 |
Color Harmonies of #985309
Complementary color
Monochromatic Colors of #985309
Black with #985309
Text Example
Text Example
White with #985309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985309; }
p { color: rgb(152,83,9); }
H1.HeaderClassName
{
color: #985309;
}
.AnyTagClassName
{
color: #985309;
}
</style>
background-color css
<style>
a { background-color: #985309; }
a { background-color: rgb(152,83,9); }
div.DivClassName
{
background-color: #985309;
}
.BgClassName
{
background-color: #985309;
}
</style>
border-color css
<style>
span { border-color: #985309; }
span { border-color: rgb(152,83,9); }
td.TdClassName
{
border-color: #985309;
}
.TagClassName
{
border-color: #985309;
}
</style>