Shades of Clay Creek #8E7D5D
Tints of Clay Creek #8E7D5D
RGB
CMYK
RGB Variations
Color information
#8E7D5D (or 0x8E7D5D) is known color: Clay Creek. HEX triplet: 8E, 7D and 5D. RGB value is (142,125,93). Sum of RGB (Red+Green+Blue) = 142+125+93=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D5D is #7182A2. Grayscale: #7E7E7E. Windows color (decimal): -7439011 or 6126990. OLE color: 6126990.
HSL color Cylindrical-coordinate representation of color #8E7D5D: hue angle of 39.18º 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 #8E7D5D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 93 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.44 |
| HSL | 39.18º | 0.21% | 0.46% | - |
| HSV(B) | 39.18º | 0.35% | 0.56% | - |
| XYZ | 20.46 | 21.21 | 13.37 | - |
| YUV | 126.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 93 | 0 | 0.12 | 0.35 | 0.44 | 39.18 | 0.21 | 0.46 |
| Hex | 8E | 7D | 5D | 0 | C | 23 | 2C | 27 | 15 | 2E |
| Octal | 216 | 175 | 135 | 0 | 14 | 43 | 54 | 47 | 25 | 56 |
| Binary | 10001110 | 1111101 | 1011101 | 0 | 1100 | 100011 | 101100 | 100111 | 10101 | 101110 |
Color Harmonies of #8E7D5D
Complementary color
Monochromatic Colors of #8E7D5D
Black with #8E7D5D
Text Example
Text Example
White with #8E7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D5D; }
p { color: rgb(142,125,93); }
H1.HeaderClassName
{
color: #8E7D5D;
}
.AnyTagClassName
{
color: #8E7D5D;
}
</style>
background-color css
<style>
a { background-color: #8E7D5D; }
a { background-color: rgb(142,125,93); }
div.DivClassName
{
background-color: #8E7D5D;
}
.BgClassName
{
background-color: #8E7D5D;
}
</style>
border-color css
<style>
span { border-color: #8E7D5D; }
span { border-color: rgb(142,125,93); }
td.TdClassName
{
border-color: #8E7D5D;
}
.TagClassName
{
border-color: #8E7D5D;
}
</style>