Shades of Golden Brown #985412
Tints of Golden Brown #985412
RGB
CMYK
RGB Variations
Color information
#985412 (or 0x985412) is known color: Golden Brown. HEX triplet: 98, 54 and 12. RGB value is (152,84,18). Sum of RGB (Red+Green+Blue) = 152+84+18=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #985412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985412 is #67ABED. Grayscale: #616161. Windows color (decimal): -6794222 or 1201304. OLE color: 1201304.
HSL color Cylindrical-coordinate representation of color #985412: hue angle of 29.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #985412 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 18 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.40 |
| HSL | 29.55º | 0.79% | 0.33% | - |
| HSV(B) | 29.55º | 0.88% | 0.6% | - |
| XYZ | 16.23 | 13.06 | 2.24 | - |
| YUV | 96.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 18 | 0 | 0.45 | 0.88 | 0.40 | 29.55 | 0.79 | 0.33 |
| Hex | 98 | 54 | 12 | 0 | 2D | 58 | 28 | 1E | 4F | 21 |
| Octal | 230 | 124 | 22 | 0 | 55 | 130 | 50 | 36 | 117 | 41 |
| Binary | 10011000 | 1010100 | 10010 | 0 | 101101 | 1011000 | 101000 | 11110 | 1001111 | 100001 |
Color Harmonies of #985412
Complementary color
Monochromatic Colors of #985412
Black with #985412
Text Example
Text Example
White with #985412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985412; }
p { color: rgb(152,84,18); }
H1.HeaderClassName
{
color: #985412;
}
.AnyTagClassName
{
color: #985412;
}
</style>
background-color css
<style>
a { background-color: #985412; }
a { background-color: rgb(152,84,18); }
div.DivClassName
{
background-color: #985412;
}
.BgClassName
{
background-color: #985412;
}
</style>
border-color css
<style>
span { border-color: #985412; }
span { border-color: rgb(152,84,18); }
td.TdClassName
{
border-color: #985412;
}
.TagClassName
{
border-color: #985412;
}
</style>