Shades of Clay Creek #8E845D
Tints of Clay Creek #8E845D
RGB
CMYK
RGB Variations
Color information
#8E845D (or 0x8E845D) is known color: Clay Creek. HEX triplet: 8E, 84 and 5D. RGB value is (142,132,93). Sum of RGB (Red+Green+Blue) = 142+132+93=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E845D is #717BA2. Grayscale: #828282. Windows color (decimal): -7437219 or 6128782. OLE color: 6128782.
HSL color Cylindrical-coordinate representation of color #8E845D: hue angle of 47.76º 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 #8E845D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 132 | 93 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.44 |
| HSL | 47.76º | 0.21% | 0.46% | - |
| HSV(B) | 47.76º | 0.35% | 0.56% | - |
| XYZ | 21.38 | 23.04 | 13.68 | - |
| YUV | 130.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 93 | 0 | 0.07 | 0.35 | 0.44 | 47.76 | 0.21 | 0.46 |
| Hex | 8E | 84 | 5D | 0 | 7 | 23 | 2C | 30 | 15 | 2E |
| Octal | 216 | 204 | 135 | 0 | 7 | 43 | 54 | 60 | 25 | 56 |
| Binary | 10001110 | 10000100 | 1011101 | 0 | 111 | 100011 | 101100 | 110000 | 10101 | 101110 |
Color Harmonies of #8E845D
Complementary color
Monochromatic Colors of #8E845D
Black with #8E845D
Text Example
Text Example
White with #8E845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E845D; }
p { color: rgb(142,132,93); }
H1.HeaderClassName
{
color: #8E845D;
}
.AnyTagClassName
{
color: #8E845D;
}
</style>
background-color css
<style>
a { background-color: #8E845D; }
a { background-color: rgb(142,132,93); }
div.DivClassName
{
background-color: #8E845D;
}
.BgClassName
{
background-color: #8E845D;
}
</style>
border-color css
<style>
span { border-color: #8E845D; }
span { border-color: rgb(142,132,93); }
td.TdClassName
{
border-color: #8E845D;
}
.TagClassName
{
border-color: #8E845D;
}
</style>