Shades of Clay Creek #988D52
Tints of Clay Creek #988D52
RGB
CMYK
RGB Variations
Color information
#988D52 (or 0x988D52) is known color: Clay Creek. HEX triplet: 98, 8D and 52. RGB value is (152,141,82). Sum of RGB (Red+Green+Blue) = 152+141+82=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #988D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D52 is #6772AD. Grayscale: #898989. Windows color (decimal): -6779566 or 5410200. OLE color: 5410200.
HSL color Cylindrical-coordinate representation of color #988D52: hue angle of 50.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #988D52 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 82 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.40 |
| HSL | 50.57º | 0.3% | 0.46% | - |
| HSV(B) | 50.57º | 0.46% | 0.6% | - |
| XYZ | 24 | 26.33 | 11.8 | - |
| YUV | 137.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 82 | 0 | 0.07 | 0.46 | 0.40 | 50.57 | 0.3 | 0.46 |
| Hex | 98 | 8D | 52 | 0 | 7 | 2E | 28 | 33 | 1E | 2E |
| Octal | 230 | 215 | 122 | 0 | 7 | 56 | 50 | 63 | 36 | 56 |
| Binary | 10011000 | 10001101 | 1010010 | 0 | 111 | 101110 | 101000 | 110011 | 11110 | 101110 |
Color Harmonies of #988D52
Complementary color
Monochromatic Colors of #988D52
Black with #988D52
Text Example
Text Example
White with #988D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D52; }
p { color: rgb(152,141,82); }
H1.HeaderClassName
{
color: #988D52;
}
.AnyTagClassName
{
color: #988D52;
}
</style>
background-color css
<style>
a { background-color: #988D52; }
a { background-color: rgb(152,141,82); }
div.DivClassName
{
background-color: #988D52;
}
.BgClassName
{
background-color: #988D52;
}
</style>
border-color css
<style>
span { border-color: #988D52; }
span { border-color: rgb(152,141,82); }
td.TdClassName
{
border-color: #988D52;
}
.TagClassName
{
border-color: #988D52;
}
</style>