Shades of Clay Creek #8C8553
Tints of Clay Creek #8C8553
RGB
CMYK
RGB Variations
Color information
#8C8553 (or 0x8C8553) is known color: Clay Creek. HEX triplet: 8C, 85 and 53. RGB value is (140,133,83). Sum of RGB (Red+Green+Blue) = 140+133+83=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8553 is #737AAC. Grayscale: #818181. Windows color (decimal): -7568045 or 5473676. OLE color: 5473676.
HSL color Cylindrical-coordinate representation of color #8C8553: hue angle of 52.63º 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 #8C8553 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 83 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.45 |
| HSL | 52.63º | 0.26% | 0.44% | - |
| HSV(B) | 52.63º | 0.41% | 0.55% | - |
| XYZ | 20.76 | 22.98 | 11.52 | - |
| YUV | 129.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 83 | 0 | 0.05 | 0.41 | 0.45 | 52.63 | 0.26 | 0.44 |
| Hex | 8C | 85 | 53 | 0 | 5 | 29 | 2D | 35 | 1A | 2C |
| Octal | 214 | 205 | 123 | 0 | 5 | 51 | 55 | 65 | 32 | 54 |
| Binary | 10001100 | 10000101 | 1010011 | 0 | 101 | 101001 | 101101 | 110101 | 11010 | 101100 |
Color Harmonies of #8C8553
Complementary color
Monochromatic Colors of #8C8553
Black with #8C8553
Text Example
Text Example
White with #8C8553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8553; }
p { color: rgb(140,133,83); }
H1.HeaderClassName
{
color: #8C8553;
}
.AnyTagClassName
{
color: #8C8553;
}
</style>
background-color css
<style>
a { background-color: #8C8553; }
a { background-color: rgb(140,133,83); }
div.DivClassName
{
background-color: #8C8553;
}
.BgClassName
{
background-color: #8C8553;
}
</style>
border-color css
<style>
span { border-color: #8C8553; }
span { border-color: rgb(140,133,83); }
td.TdClassName
{
border-color: #8C8553;
}
.TagClassName
{
border-color: #8C8553;
}
</style>