Shades of Clay Creek #8C8852
Tints of Clay Creek #8C8852
RGB
CMYK
RGB Variations
Color information
#8C8852 (or 0x8C8852) is known color: Clay Creek. HEX triplet: 8C, 88 and 52. RGB value is (140,136,82). Sum of RGB (Red+Green+Blue) = 140+136+82=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8852 is #7377AD. Grayscale: #838383. Windows color (decimal): -7567278 or 5408908. OLE color: 5408908.
HSL color Cylindrical-coordinate representation of color #8C8852: hue angle of 55.86º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C8852 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 82 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.45 |
| HSL | 55.86º | 0.26% | 0.44% | - |
| HSV(B) | 55.86º | 0.41% | 0.55% | - |
| XYZ | 21.14 | 23.79 | 11.46 | - |
| YUV | 131.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 82 | 0 | 0.03 | 0.41 | 0.45 | 55.86 | 0.26 | 0.44 |
| Hex | 8C | 88 | 52 | 0 | 3 | 29 | 2D | 38 | 1A | 2C |
| Octal | 214 | 210 | 122 | 0 | 3 | 51 | 55 | 70 | 32 | 54 |
| Binary | 10001100 | 10001000 | 1010010 | 0 | 11 | 101001 | 101101 | 111000 | 11010 | 101100 |
Color Harmonies of #8C8852
Complementary color
Monochromatic Colors of #8C8852
Black with #8C8852
Text Example
Text Example
White with #8C8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8852; }
p { color: rgb(140,136,82); }
H1.HeaderClassName
{
color: #8C8852;
}
.AnyTagClassName
{
color: #8C8852;
}
</style>
background-color css
<style>
a { background-color: #8C8852; }
a { background-color: rgb(140,136,82); }
div.DivClassName
{
background-color: #8C8852;
}
.BgClassName
{
background-color: #8C8852;
}
</style>
border-color css
<style>
span { border-color: #8C8852; }
span { border-color: rgb(140,136,82); }
td.TdClassName
{
border-color: #8C8852;
}
.TagClassName
{
border-color: #8C8852;
}
</style>