Shades of Golden Brown #985303
Tints of Golden Brown #985303
RGB
CMYK
RGB Variations
Color information
#985303 (or 0x985303) is known color: Golden Brown. HEX triplet: 98, 53 and 03. RGB value is (152,83,3). Sum of RGB (Red+Green+Blue) = 152+83+3=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #985303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985303 is #67ACFC. Grayscale: #5E5E5E. Windows color (decimal): -6794493 or 218008. OLE color: 218008.
HSL color Cylindrical-coordinate representation of color #985303: hue angle of 32.21º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #985303 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.40 |
| HSL | 32.21º | 0.96% | 0.3% | - |
| HSV(B) | 32.21º | 0.98% | 0.6% | - |
| XYZ | 16.06 | 12.87 | 1.72 | - |
| YUV | 94.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 3 | 0 | 0.45 | 0.98 | 0.40 | 32.21 | 0.96 | 0.3 |
| Hex | 98 | 53 | 3 | 0 | 2D | 62 | 28 | 20 | 60 | 1E |
| Octal | 230 | 123 | 3 | 0 | 55 | 142 | 50 | 40 | 140 | 36 |
| Binary | 10011000 | 1010011 | 11 | 0 | 101101 | 1100010 | 101000 | 100000 | 1100000 | 11110 |
Color Harmonies of #985303
Complementary color
Monochromatic Colors of #985303
Black with #985303
Text Example
Text Example
White with #985303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985303; }
p { color: rgb(152,83,3); }
H1.HeaderClassName
{
color: #985303;
}
.AnyTagClassName
{
color: #985303;
}
</style>
background-color css
<style>
a { background-color: #985303; }
a { background-color: rgb(152,83,3); }
div.DivClassName
{
background-color: #985303;
}
.BgClassName
{
background-color: #985303;
}
</style>
border-color css
<style>
span { border-color: #985303; }
span { border-color: rgb(152,83,3); }
td.TdClassName
{
border-color: #985303;
}
.TagClassName
{
border-color: #985303;
}
</style>