Shades of Golden Brown #985C14
Tints of Golden Brown #985C14
RGB
CMYK
RGB Variations
Color information
#985C14 (or 0x985C14) is known color: Golden Brown. HEX triplet: 98, 5C and 14. RGB value is (152,92,20). Sum of RGB (Red+Green+Blue) = 152+92+20=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #985C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985C14 is #67A3EB. Grayscale: #666666. Windows color (decimal): -6792172 or 1334424. OLE color: 1334424.
HSL color Cylindrical-coordinate representation of color #985C14: hue angle of 32.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #985C14 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 20 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.40 |
| HSL | 32.73º | 0.77% | 0.34% | - |
| HSV(B) | 32.73º | 0.87% | 0.6% | - |
| XYZ | 16.9 | 14.38 | 2.55 | - |
| YUV | 101.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 20 | 0 | 0.39 | 0.87 | 0.40 | 32.73 | 0.77 | 0.34 |
| Hex | 98 | 5C | 14 | 0 | 27 | 57 | 28 | 21 | 4D | 22 |
| Octal | 230 | 134 | 24 | 0 | 47 | 127 | 50 | 41 | 115 | 42 |
| Binary | 10011000 | 1011100 | 10100 | 0 | 100111 | 1010111 | 101000 | 100001 | 1001101 | 100010 |
Color Harmonies of #985C14
Complementary color
Monochromatic Colors of #985C14
Black with #985C14
Text Example
Text Example
White with #985C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C14; }
p { color: rgb(152,92,20); }
H1.HeaderClassName
{
color: #985C14;
}
.AnyTagClassName
{
color: #985C14;
}
</style>
background-color css
<style>
a { background-color: #985C14; }
a { background-color: rgb(152,92,20); }
div.DivClassName
{
background-color: #985C14;
}
.BgClassName
{
background-color: #985C14;
}
</style>
border-color css
<style>
span { border-color: #985C14; }
span { border-color: rgb(152,92,20); }
td.TdClassName
{
border-color: #985C14;
}
.TagClassName
{
border-color: #985C14;
}
</style>