Shades of Golden Brown #98721C
Tints of Golden Brown #98721C
RGB
CMYK
RGB Variations
Color information
#98721C (or 0x98721C) is known color: Golden Brown. HEX triplet: 98, 72 and 1C. RGB value is (152,114,28). Sum of RGB (Red+Green+Blue) = 152+114+28=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98721C is #678DE3. Grayscale: #737373. Windows color (decimal): -6786532 or 1864344. OLE color: 1864344.
HSL color Cylindrical-coordinate representation of color #98721C: hue angle of 41.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98721C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 28 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.40 |
| HSL | 41.61º | 0.69% | 0.35% | - |
| HSV(B) | 41.61º | 0.82% | 0.6% | - |
| XYZ | 19.18 | 18.79 | 3.72 | - |
| YUV | 115.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 28 | 0 | 0.25 | 0.82 | 0.40 | 41.61 | 0.69 | 0.35 |
| Hex | 98 | 72 | 1C | 0 | 19 | 52 | 28 | 2A | 45 | 23 |
| Octal | 230 | 162 | 34 | 0 | 31 | 122 | 50 | 52 | 105 | 43 |
| Binary | 10011000 | 1110010 | 11100 | 0 | 11001 | 1010010 | 101000 | 101010 | 1000101 | 100011 |
Color Harmonies of #98721C
Complementary color
Monochromatic Colors of #98721C
Black with #98721C
Text Example
Text Example
White with #98721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98721C; }
p { color: rgb(152,114,28); }
H1.HeaderClassName
{
color: #98721C;
}
.AnyTagClassName
{
color: #98721C;
}
</style>
background-color css
<style>
a { background-color: #98721C; }
a { background-color: rgb(152,114,28); }
div.DivClassName
{
background-color: #98721C;
}
.BgClassName
{
background-color: #98721C;
}
</style>
border-color css
<style>
span { border-color: #98721C; }
span { border-color: rgb(152,114,28); }
td.TdClassName
{
border-color: #98721C;
}
.TagClassName
{
border-color: #98721C;
}
</style>