Shades of Golden Brown #985C18
Tints of Golden Brown #985C18
RGB
CMYK
RGB Variations
Color information
#985C18 (or 0x985C18) is known color: Golden Brown. HEX triplet: 98, 5C and 18. RGB value is (152,92,24). Sum of RGB (Red+Green+Blue) = 152+92+24=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #985C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985C18 is #67A3E7. Grayscale: #666666. Windows color (decimal): -6792168 or 1596568. OLE color: 1596568.
HSL color Cylindrical-coordinate representation of color #985C18: hue angle of 31.88º 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 #985C18 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 24 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.40 |
| HSL | 31.88º | 0.73% | 0.35% | - |
| HSV(B) | 31.88º | 0.84% | 0.6% | - |
| XYZ | 16.94 | 14.4 | 2.75 | - |
| YUV | 102.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 24 | 0 | 0.39 | 0.84 | 0.40 | 31.88 | 0.73 | 0.35 |
| Hex | 98 | 5C | 18 | 0 | 27 | 54 | 28 | 20 | 49 | 23 |
| Octal | 230 | 134 | 30 | 0 | 47 | 124 | 50 | 40 | 111 | 43 |
| Binary | 10011000 | 1011100 | 11000 | 0 | 100111 | 1010100 | 101000 | 100000 | 1001001 | 100011 |
Color Harmonies of #985C18
Complementary color
Monochromatic Colors of #985C18
Black with #985C18
Text Example
Text Example
White with #985C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C18; }
p { color: rgb(152,92,24); }
H1.HeaderClassName
{
color: #985C18;
}
.AnyTagClassName
{
color: #985C18;
}
</style>
background-color css
<style>
a { background-color: #985C18; }
a { background-color: rgb(152,92,24); }
div.DivClassName
{
background-color: #985C18;
}
.BgClassName
{
background-color: #985C18;
}
</style>
border-color css
<style>
span { border-color: #985C18; }
span { border-color: rgb(152,92,24); }
td.TdClassName
{
border-color: #985C18;
}
.TagClassName
{
border-color: #985C18;
}
</style>