Shades of Clay Creek #8C8458
Tints of Clay Creek #8C8458
RGB
CMYK
RGB Variations
Color information
#8C8458 (or 0x8C8458) is known color: Clay Creek. HEX triplet: 8C, 84 and 58. RGB value is (140,132,88). Sum of RGB (Red+Green+Blue) = 140+132+88=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8458 is #737BA7. Grayscale: #818181. Windows color (decimal): -7568296 or 5801100. OLE color: 5801100.
HSL color Cylindrical-coordinate representation of color #8C8458: hue angle of 50.77º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C8458 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 88 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.45 |
| HSL | 50.77º | 0.23% | 0.45% | - |
| HSV(B) | 50.77º | 0.37% | 0.55% | - |
| XYZ | 20.83 | 22.78 | 12.53 | - |
| YUV | 129.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 88 | 0 | 0.06 | 0.37 | 0.45 | 50.77 | 0.23 | 0.45 |
| Hex | 8C | 84 | 58 | 0 | 6 | 25 | 2D | 33 | 17 | 2D |
| Octal | 214 | 204 | 130 | 0 | 6 | 45 | 55 | 63 | 27 | 55 |
| Binary | 10001100 | 10000100 | 1011000 | 0 | 110 | 100101 | 101101 | 110011 | 10111 | 101101 |
Color Harmonies of #8C8458
Complementary color
Monochromatic Colors of #8C8458
Black with #8C8458
Text Example
Text Example
White with #8C8458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8458; }
p { color: rgb(140,132,88); }
H1.HeaderClassName
{
color: #8C8458;
}
.AnyTagClassName
{
color: #8C8458;
}
</style>
background-color css
<style>
a { background-color: #8C8458; }
a { background-color: rgb(140,132,88); }
div.DivClassName
{
background-color: #8C8458;
}
.BgClassName
{
background-color: #8C8458;
}
</style>
border-color css
<style>
span { border-color: #8C8458; }
span { border-color: rgb(140,132,88); }
td.TdClassName
{
border-color: #8C8458;
}
.TagClassName
{
border-color: #8C8458;
}
</style>