Shades of Golden Brown #985D18
Tints of Golden Brown #985D18
RGB
CMYK
RGB Variations
Color information
#985D18 (or 0x985D18) is known color: Golden Brown. HEX triplet: 98, 5D and 18. RGB value is (152,93,24). Sum of RGB (Red+Green+Blue) = 152+93+24=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #985D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985D18 is #67A2E7. Grayscale: #676767. Windows color (decimal): -6791912 or 1596824. OLE color: 1596824.
HSL color Cylindrical-coordinate representation of color #985D18: hue angle of 32.34º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #985D18 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 93 | 24 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.40 |
| HSL | 32.34º | 0.73% | 0.35% | - |
| HSV(B) | 32.34º | 0.84% | 0.6% | - |
| XYZ | 17.03 | 14.57 | 2.78 | - |
| YUV | 102.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 24 | 0 | 0.39 | 0.84 | 0.40 | 32.34 | 0.73 | 0.35 |
| Hex | 98 | 5D | 18 | 0 | 27 | 54 | 28 | 20 | 49 | 23 |
| Octal | 230 | 135 | 30 | 0 | 47 | 124 | 50 | 40 | 111 | 43 |
| Binary | 10011000 | 1011101 | 11000 | 0 | 100111 | 1010100 | 101000 | 100000 | 1001001 | 100011 |
Color Harmonies of #985D18
Complementary color
Monochromatic Colors of #985D18
Black with #985D18
Text Example
Text Example
White with #985D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985D18; }
p { color: rgb(152,93,24); }
H1.HeaderClassName
{
color: #985D18;
}
.AnyTagClassName
{
color: #985D18;
}
</style>
background-color css
<style>
a { background-color: #985D18; }
a { background-color: rgb(152,93,24); }
div.DivClassName
{
background-color: #985D18;
}
.BgClassName
{
background-color: #985D18;
}
</style>
border-color css
<style>
span { border-color: #985D18; }
span { border-color: rgb(152,93,24); }
td.TdClassName
{
border-color: #985D18;
}
.TagClassName
{
border-color: #985D18;
}
</style>