Shades of Clay Creek #8C8853
Tints of Clay Creek #8C8853
RGB
CMYK
RGB Variations
Color information
#8C8853 (or 0x8C8853) is known color: Clay Creek. HEX triplet: 8C, 88 and 53. RGB value is (140,136,83). Sum of RGB (Red+Green+Blue) = 140+136+83=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8853 is #7377AC. Grayscale: #838383. Windows color (decimal): -7567277 or 5474444. OLE color: 5474444.
HSL color Cylindrical-coordinate representation of color #8C8853: hue angle of 55.79º 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 #8C8853 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 83 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.45 |
| HSL | 55.79º | 0.26% | 0.44% | - |
| HSV(B) | 55.79º | 0.41% | 0.55% | - |
| XYZ | 21.18 | 23.81 | 11.66 | - |
| YUV | 131.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 83 | 0 | 0.03 | 0.41 | 0.45 | 55.79 | 0.26 | 0.44 |
| Hex | 8C | 88 | 53 | 0 | 3 | 29 | 2D | 38 | 1A | 2C |
| Octal | 214 | 210 | 123 | 0 | 3 | 51 | 55 | 70 | 32 | 54 |
| Binary | 10001100 | 10001000 | 1010011 | 0 | 11 | 101001 | 101101 | 111000 | 11010 | 101100 |
Color Harmonies of #8C8853
Complementary color
Monochromatic Colors of #8C8853
Black with #8C8853
Text Example
Text Example
White with #8C8853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8853; }
p { color: rgb(140,136,83); }
H1.HeaderClassName
{
color: #8C8853;
}
.AnyTagClassName
{
color: #8C8853;
}
</style>
background-color css
<style>
a { background-color: #8C8853; }
a { background-color: rgb(140,136,83); }
div.DivClassName
{
background-color: #8C8853;
}
.BgClassName
{
background-color: #8C8853;
}
</style>
border-color css
<style>
span { border-color: #8C8853; }
span { border-color: rgb(140,136,83); }
td.TdClassName
{
border-color: #8C8853;
}
.TagClassName
{
border-color: #8C8853;
}
</style>