Shades of Clay Creek #8E805D
Tints of Clay Creek #8E805D
RGB
CMYK
RGB Variations
Color information
#8E805D (or 0x8E805D) is known color: Clay Creek. HEX triplet: 8E, 80 and 5D. RGB value is (142,128,93). Sum of RGB (Red+Green+Blue) = 142+128+93=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E805D is #717FA2. Grayscale: #808080. Windows color (decimal): -7438243 or 6127758. OLE color: 6127758.
HSL color Cylindrical-coordinate representation of color #8E805D: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E805D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 93 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.44 |
| HSL | 42.86º | 0.21% | 0.46% | - |
| HSV(B) | 42.86º | 0.35% | 0.56% | - |
| XYZ | 20.85 | 21.98 | 13.5 | - |
| YUV | 128.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 93 | 0 | 0.10 | 0.35 | 0.44 | 42.86 | 0.21 | 0.46 |
| Hex | 8E | 80 | 5D | 0 | A | 23 | 2C | 2B | 15 | 2E |
| Octal | 216 | 200 | 135 | 0 | 12 | 43 | 54 | 53 | 25 | 56 |
| Binary | 10001110 | 10000000 | 1011101 | 0 | 1010 | 100011 | 101100 | 101011 | 10101 | 101110 |
Color Harmonies of #8E805D
Complementary color
Monochromatic Colors of #8E805D
Black with #8E805D
Text Example
Text Example
White with #8E805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E805D; }
p { color: rgb(142,128,93); }
H1.HeaderClassName
{
color: #8E805D;
}
.AnyTagClassName
{
color: #8E805D;
}
</style>
background-color css
<style>
a { background-color: #8E805D; }
a { background-color: rgb(142,128,93); }
div.DivClassName
{
background-color: #8E805D;
}
.BgClassName
{
background-color: #8E805D;
}
</style>
border-color css
<style>
span { border-color: #8E805D; }
span { border-color: rgb(142,128,93); }
td.TdClassName
{
border-color: #8E805D;
}
.TagClassName
{
border-color: #8E805D;
}
</style>