Shades of Clay Creek #8C7E53
Tints of Clay Creek #8C7E53
RGB
CMYK
RGB Variations
Color information
#8C7E53 (or 0x8C7E53) is known color: Clay Creek. HEX triplet: 8C, 7E and 53. RGB value is (140,126,83). Sum of RGB (Red+Green+Blue) = 140+126+83=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E53 is #7381AC. Grayscale: #7D7D7D. Windows color (decimal): -7569837 or 5471884. OLE color: 5471884.
HSL color Cylindrical-coordinate representation of color #8C7E53: hue angle of 45.26º 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 #8C7E53 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 83 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.45 |
| HSL | 45.26º | 0.26% | 0.44% | - |
| HSV(B) | 45.26º | 0.41% | 0.55% | - |
| XYZ | 19.84 | 21.12 | 11.21 | - |
| YUV | 125.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 83 | 0 | 0.10 | 0.41 | 0.45 | 45.26 | 0.26 | 0.44 |
| Hex | 8C | 7E | 53 | 0 | A | 29 | 2D | 2D | 1A | 2C |
| Octal | 214 | 176 | 123 | 0 | 12 | 51 | 55 | 55 | 32 | 54 |
| Binary | 10001100 | 1111110 | 1010011 | 0 | 1010 | 101001 | 101101 | 101101 | 11010 | 101100 |
Color Harmonies of #8C7E53
Complementary color
Monochromatic Colors of #8C7E53
Black with #8C7E53
Text Example
Text Example
White with #8C7E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E53; }
p { color: rgb(140,126,83); }
H1.HeaderClassName
{
color: #8C7E53;
}
.AnyTagClassName
{
color: #8C7E53;
}
</style>
background-color css
<style>
a { background-color: #8C7E53; }
a { background-color: rgb(140,126,83); }
div.DivClassName
{
background-color: #8C7E53;
}
.BgClassName
{
background-color: #8C7E53;
}
</style>
border-color css
<style>
span { border-color: #8C7E53; }
span { border-color: rgb(140,126,83); }
td.TdClassName
{
border-color: #8C7E53;
}
.TagClassName
{
border-color: #8C7E53;
}
</style>