Shades of Clay Creek #8C8453
Tints of Clay Creek #8C8453
RGB
CMYK
RGB Variations
Color information
#8C8453 (or 0x8C8453) is known color: Clay Creek. HEX triplet: 8C, 84 and 53. RGB value is (140,132,83). Sum of RGB (Red+Green+Blue) = 140+132+83=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8453 is #737BAC. Grayscale: #818181. Windows color (decimal): -7568301 or 5473420. OLE color: 5473420.
HSL color Cylindrical-coordinate representation of color #8C8453: hue angle of 51.58º 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 #8C8453 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 83 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.45 |
| HSL | 51.58º | 0.26% | 0.44% | - |
| HSV(B) | 51.58º | 0.41% | 0.55% | - |
| XYZ | 20.63 | 22.7 | 11.48 | - |
| YUV | 128.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 83 | 0 | 0.06 | 0.41 | 0.45 | 51.58 | 0.26 | 0.44 |
| Hex | 8C | 84 | 53 | 0 | 6 | 29 | 2D | 34 | 1A | 2C |
| Octal | 214 | 204 | 123 | 0 | 6 | 51 | 55 | 64 | 32 | 54 |
| Binary | 10001100 | 10000100 | 1010011 | 0 | 110 | 101001 | 101101 | 110100 | 11010 | 101100 |
Color Harmonies of #8C8453
Complementary color
Monochromatic Colors of #8C8453
Black with #8C8453
Text Example
Text Example
White with #8C8453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8453; }
p { color: rgb(140,132,83); }
H1.HeaderClassName
{
color: #8C8453;
}
.AnyTagClassName
{
color: #8C8453;
}
</style>
background-color css
<style>
a { background-color: #8C8453; }
a { background-color: rgb(140,132,83); }
div.DivClassName
{
background-color: #8C8453;
}
.BgClassName
{
background-color: #8C8453;
}
</style>
border-color css
<style>
span { border-color: #8C8453; }
span { border-color: rgb(140,132,83); }
td.TdClassName
{
border-color: #8C8453;
}
.TagClassName
{
border-color: #8C8453;
}
</style>