Shades of Clay Creek #8C8450
Tints of Clay Creek #8C8450
RGB
CMYK
RGB Variations
Color information
#8C8450 (or 0x8C8450) is known color: Clay Creek. HEX triplet: 8C, 84 and 50. RGB value is (140,132,80). Sum of RGB (Red+Green+Blue) = 140+132+80=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8450 is #737BAF. Grayscale: #808080. Windows color (decimal): -7568304 or 5276812. OLE color: 5276812.
HSL color Cylindrical-coordinate representation of color #8C8450: hue angle of 52º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C8450 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 80 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.45 |
| HSL | 52º | 0.27% | 0.43% | - |
| HSV(B) | 52º | 0.43% | 0.55% | - |
| XYZ | 20.51 | 22.66 | 10.88 | - |
| YUV | 128.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 80 | 0 | 0.06 | 0.43 | 0.45 | 52 | 0.27 | 0.43 |
| Hex | 8C | 84 | 50 | 0 | 6 | 2B | 2D | 34 | 1B | 2B |
| Octal | 214 | 204 | 120 | 0 | 6 | 53 | 55 | 64 | 33 | 53 |
| Binary | 10001100 | 10000100 | 1010000 | 0 | 110 | 101011 | 101101 | 110100 | 11011 | 101011 |
Color Harmonies of #8C8450
Complementary color
Monochromatic Colors of #8C8450
Black with #8C8450
Text Example
Text Example
White with #8C8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8450; }
p { color: rgb(140,132,80); }
H1.HeaderClassName
{
color: #8C8450;
}
.AnyTagClassName
{
color: #8C8450;
}
</style>
background-color css
<style>
a { background-color: #8C8450; }
a { background-color: rgb(140,132,80); }
div.DivClassName
{
background-color: #8C8450;
}
.BgClassName
{
background-color: #8C8450;
}
</style>
border-color css
<style>
span { border-color: #8C8450; }
span { border-color: rgb(140,132,80); }
td.TdClassName
{
border-color: #8C8450;
}
.TagClassName
{
border-color: #8C8450;
}
</style>