Shades of Clay Creek #998D52
Tints of Clay Creek #998D52
RGB
CMYK
RGB Variations
Color information
#998D52 (or 0x998D52) is known color: Clay Creek. HEX triplet: 99, 8D and 52. RGB value is (153,141,82). Sum of RGB (Red+Green+Blue) = 153+141+82=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #998D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D52 is #6672AD. Grayscale: #8A8A8A. Windows color (decimal): -6714030 or 5410201. OLE color: 5410201.
HSL color Cylindrical-coordinate representation of color #998D52: hue angle of 49.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 #998D52 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 82 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.4 |
| HSL | 49.86º | 0.3% | 0.46% | - |
| HSV(B) | 49.86º | 0.46% | 0.6% | - |
| XYZ | 24.18 | 26.43 | 11.81 | - |
| YUV | 137.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 82 | 0 | 0.08 | 0.46 | 0.4 | 49.86 | 0.3 | 0.46 |
| Hex | 99 | 8D | 52 | 0 | 8 | 2E | 28 | 32 | 1E | 2E |
| Octal | 231 | 215 | 122 | 0 | 10 | 56 | 50 | 62 | 36 | 56 |
| Binary | 10011001 | 10001101 | 1010010 | 0 | 1000 | 101110 | 101000 | 110010 | 11110 | 101110 |
Color Harmonies of #998D52
Complementary color
Monochromatic Colors of #998D52
Black with #998D52
Text Example
Text Example
White with #998D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D52; }
p { color: rgb(153,141,82); }
H1.HeaderClassName
{
color: #998D52;
}
.AnyTagClassName
{
color: #998D52;
}
</style>
background-color css
<style>
a { background-color: #998D52; }
a { background-color: rgb(153,141,82); }
div.DivClassName
{
background-color: #998D52;
}
.BgClassName
{
background-color: #998D52;
}
</style>
border-color css
<style>
span { border-color: #998D52; }
span { border-color: rgb(153,141,82); }
td.TdClassName
{
border-color: #998D52;
}
.TagClassName
{
border-color: #998D52;
}
</style>