Shades of Clay Creek #8C8454
Tints of Clay Creek #8C8454
RGB
CMYK
RGB Variations
Color information
#8C8454 (or 0x8C8454) is known color: Clay Creek. HEX triplet: 8C, 84 and 54. RGB value is (140,132,84). Sum of RGB (Red+Green+Blue) = 140+132+84=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8454 is #737BAB. Grayscale: #818181. Windows color (decimal): -7568300 or 5538956. OLE color: 5538956.
HSL color Cylindrical-coordinate representation of color #8C8454: hue angle of 51.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C8454 is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 84 | - |
| CMYK | 0 | 0.06 | 0.4 | 0.45 |
| HSL | 51.43º | 0.25% | 0.44% | - |
| HSV(B) | 51.43º | 0.4% | 0.55% | - |
| XYZ | 20.67 | 22.72 | 11.68 | - |
| YUV | 128.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 84 | 0 | 0.06 | 0.4 | 0.45 | 51.43 | 0.25 | 0.44 |
| Hex | 8C | 84 | 54 | 0 | 6 | 28 | 2D | 33 | 19 | 2C |
| Octal | 214 | 204 | 124 | 0 | 6 | 50 | 55 | 63 | 31 | 54 |
| Binary | 10001100 | 10000100 | 1010100 | 0 | 110 | 101000 | 101101 | 110011 | 11001 | 101100 |
Color Harmonies of #8C8454
Complementary color
Monochromatic Colors of #8C8454
Black with #8C8454
Text Example
Text Example
White with #8C8454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8454; }
p { color: rgb(140,132,84); }
H1.HeaderClassName
{
color: #8C8454;
}
.AnyTagClassName
{
color: #8C8454;
}
</style>
background-color css
<style>
a { background-color: #8C8454; }
a { background-color: rgb(140,132,84); }
div.DivClassName
{
background-color: #8C8454;
}
.BgClassName
{
background-color: #8C8454;
}
</style>
border-color css
<style>
span { border-color: #8C8454; }
span { border-color: rgb(140,132,84); }
td.TdClassName
{
border-color: #8C8454;
}
.TagClassName
{
border-color: #8C8454;
}
</style>