Shades of Golden Brown #98720C
Tints of Golden Brown #98720C
RGB
CMYK
RGB Variations
Color information
#98720C (or 0x98720C) is known color: Golden Brown. HEX triplet: 98, 72 and 0C. RGB value is (152,114,12). Sum of RGB (Red+Green+Blue) = 152+114+12=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98720C is #678DF3. Grayscale: #727272. Windows color (decimal): -6786548 or 815768. OLE color: 815768.
HSL color Cylindrical-coordinate representation of color #98720C: hue angle of 43.71º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98720C is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 12 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.40 |
| HSL | 43.71º | 0.85% | 0.32% | - |
| HSV(B) | 43.71º | 0.92% | 0.6% | - |
| XYZ | 19.03 | 18.74 | 2.96 | - |
| YUV | 113.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 12 | 0 | 0.25 | 0.92 | 0.40 | 43.71 | 0.85 | 0.32 |
| Hex | 98 | 72 | C | 0 | 19 | 5C | 28 | 2C | 55 | 20 |
| Octal | 230 | 162 | 14 | 0 | 31 | 134 | 50 | 54 | 125 | 40 |
| Binary | 10011000 | 1110010 | 1100 | 0 | 11001 | 1011100 | 101000 | 101100 | 1010101 | 100000 |
Color Harmonies of #98720C
Complementary color
Monochromatic Colors of #98720C
Black with #98720C
Text Example
Text Example
White with #98720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98720C; }
p { color: rgb(152,114,12); }
H1.HeaderClassName
{
color: #98720C;
}
.AnyTagClassName
{
color: #98720C;
}
</style>
background-color css
<style>
a { background-color: #98720C; }
a { background-color: rgb(152,114,12); }
div.DivClassName
{
background-color: #98720C;
}
.BgClassName
{
background-color: #98720C;
}
</style>
border-color css
<style>
span { border-color: #98720C; }
span { border-color: rgb(152,114,12); }
td.TdClassName
{
border-color: #98720C;
}
.TagClassName
{
border-color: #98720C;
}
</style>