Shades of Golden Brown #985308
Tints of Golden Brown #985308
RGB
CMYK
RGB Variations
Color information
#985308 (or 0x985308) is known color: Golden Brown. HEX triplet: 98, 53 and 08. RGB value is (152,83,8). Sum of RGB (Red+Green+Blue) = 152+83+8=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #985308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985308 is #67ACF7. Grayscale: #5F5F5F. Windows color (decimal): -6794488 or 545688. OLE color: 545688.
HSL color Cylindrical-coordinate representation of color #985308: hue angle of 31.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #985308 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 8 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.40 |
| HSL | 31.25º | 0.9% | 0.31% | - |
| HSV(B) | 31.25º | 0.95% | 0.6% | - |
| XYZ | 16.09 | 12.88 | 1.87 | - |
| YUV | 95.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 8 | 0 | 0.45 | 0.95 | 0.40 | 31.25 | 0.9 | 0.31 |
| Hex | 98 | 53 | 8 | 0 | 2D | 5F | 28 | 1F | 5A | 1F |
| Octal | 230 | 123 | 10 | 0 | 55 | 137 | 50 | 37 | 132 | 37 |
| Binary | 10011000 | 1010011 | 1000 | 0 | 101101 | 1011111 | 101000 | 11111 | 1011010 | 11111 |
Color Harmonies of #985308
Complementary color
Monochromatic Colors of #985308
Black with #985308
Text Example
Text Example
White with #985308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985308; }
p { color: rgb(152,83,8); }
H1.HeaderClassName
{
color: #985308;
}
.AnyTagClassName
{
color: #985308;
}
</style>
background-color css
<style>
a { background-color: #985308; }
a { background-color: rgb(152,83,8); }
div.DivClassName
{
background-color: #985308;
}
.BgClassName
{
background-color: #985308;
}
</style>
border-color css
<style>
span { border-color: #985308; }
span { border-color: rgb(152,83,8); }
td.TdClassName
{
border-color: #985308;
}
.TagClassName
{
border-color: #985308;
}
</style>