Shades of Golden Brown #98721B
Tints of Golden Brown #98721B
RGB
CMYK
RGB Variations
Color information
#98721B (or 0x98721B) is known color: Golden Brown. HEX triplet: 98, 72 and 1B. RGB value is (152,114,27). Sum of RGB (Red+Green+Blue) = 152+114+27=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98721B is #678DE4. Grayscale: #737373. Windows color (decimal): -6786533 or 1798808. OLE color: 1798808.
HSL color Cylindrical-coordinate representation of color #98721B: hue angle of 41.76º degrees, saturation: 0.7, 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 #98721B is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 27 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.40 |
| HSL | 41.76º | 0.7% | 0.35% | - |
| HSV(B) | 41.76º | 0.82% | 0.6% | - |
| XYZ | 19.16 | 18.79 | 3.65 | - |
| YUV | 115.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 27 | 0 | 0.25 | 0.82 | 0.40 | 41.76 | 0.7 | 0.35 |
| Hex | 98 | 72 | 1B | 0 | 19 | 52 | 28 | 2A | 46 | 23 |
| Octal | 230 | 162 | 33 | 0 | 31 | 122 | 50 | 52 | 106 | 43 |
| Binary | 10011000 | 1110010 | 11011 | 0 | 11001 | 1010010 | 101000 | 101010 | 1000110 | 100011 |
Color Harmonies of #98721B
Complementary color
Monochromatic Colors of #98721B
Black with #98721B
Text Example
Text Example
White with #98721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98721B; }
p { color: rgb(152,114,27); }
H1.HeaderClassName
{
color: #98721B;
}
.AnyTagClassName
{
color: #98721B;
}
</style>
background-color css
<style>
a { background-color: #98721B; }
a { background-color: rgb(152,114,27); }
div.DivClassName
{
background-color: #98721B;
}
.BgClassName
{
background-color: #98721B;
}
</style>
border-color css
<style>
span { border-color: #98721B; }
span { border-color: rgb(152,114,27); }
td.TdClassName
{
border-color: #98721B;
}
.TagClassName
{
border-color: #98721B;
}
</style>