Shades of Golden Brown #985300
Tints of Golden Brown #985300
RGB
CMYK
RGB Variations
Color information
#985300 (or 0x985300) is known color: Golden Brown. HEX triplet: 98, 53 and 00. RGB value is (152,83,0). Sum of RGB (Red+Green+Blue) = 152+83+0=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #985300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985300 is #67ACFF. Grayscale: #5E5E5E. Windows color (decimal): -6794496 or 21400. OLE color: 21400.
HSL color Cylindrical-coordinate representation of color #985300: hue angle of 32.76º 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 #985300 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.40 |
| HSL | 32.76º | 1% | 0.3% | - |
| HSV(B) | 32.76º | 1% | 0.6% | - |
| XYZ | 16.04 | 12.86 | 1.64 | - |
| YUV | 94.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 0 | 0 | 0.45 | 1 | 0.40 | 32.76 | 1 | 0.3 |
| Hex | 98 | 53 | 0 | 0 | 2D | 64 | 28 | 21 | 64 | 1E |
| Octal | 230 | 123 | 0 | 0 | 55 | 144 | 50 | 41 | 144 | 36 |
| Binary | 10011000 | 1010011 | 0 | 0 | 101101 | 1100100 | 101000 | 100001 | 1100100 | 11110 |
Color Harmonies of #985300
Complementary color
Monochromatic Colors of #985300
Black with #985300
Text Example
Text Example
White with #985300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985300; }
p { color: rgb(152,83,0); }
H1.HeaderClassName
{
color: #985300;
}
.AnyTagClassName
{
color: #985300;
}
</style>
background-color css
<style>
a { background-color: #985300; }
a { background-color: rgb(152,83,0); }
div.DivClassName
{
background-color: #985300;
}
.BgClassName
{
background-color: #985300;
}
</style>
border-color css
<style>
span { border-color: #985300; }
span { border-color: rgb(152,83,0); }
td.TdClassName
{
border-color: #985300;
}
.TagClassName
{
border-color: #985300;
}
</style>