Shades of Clay Creek #988B52
Tints of Clay Creek #988B52
RGB
CMYK
RGB Variations
Color information
#988B52 (or 0x988B52) is known color: Clay Creek. HEX triplet: 98, 8B and 52. RGB value is (152,139,82). Sum of RGB (Red+Green+Blue) = 152+139+82=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #988B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B52 is #6774AD. Grayscale: #888888. Windows color (decimal): -6780078 or 5409688. OLE color: 5409688.
HSL color Cylindrical-coordinate representation of color #988B52: hue angle of 48.86º 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 #988B52 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 82 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.40 |
| HSL | 48.86º | 0.3% | 0.46% | - |
| HSV(B) | 48.86º | 0.46% | 0.6% | - |
| XYZ | 23.7 | 25.75 | 11.7 | - |
| YUV | 136.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 82 | 0 | 0.09 | 0.46 | 0.40 | 48.86 | 0.3 | 0.46 |
| Hex | 98 | 8B | 52 | 0 | 9 | 2E | 28 | 31 | 1E | 2E |
| Octal | 230 | 213 | 122 | 0 | 11 | 56 | 50 | 61 | 36 | 56 |
| Binary | 10011000 | 10001011 | 1010010 | 0 | 1001 | 101110 | 101000 | 110001 | 11110 | 101110 |
Color Harmonies of #988B52
Complementary color
Monochromatic Colors of #988B52
Black with #988B52
Text Example
Text Example
White with #988B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B52; }
p { color: rgb(152,139,82); }
H1.HeaderClassName
{
color: #988B52;
}
.AnyTagClassName
{
color: #988B52;
}
</style>
background-color css
<style>
a { background-color: #988B52; }
a { background-color: rgb(152,139,82); }
div.DivClassName
{
background-color: #988B52;
}
.BgClassName
{
background-color: #988B52;
}
</style>
border-color css
<style>
span { border-color: #988B52; }
span { border-color: rgb(152,139,82); }
td.TdClassName
{
border-color: #988B52;
}
.TagClassName
{
border-color: #988B52;
}
</style>