Shades of Clay Creek #8E7E55
Tints of Clay Creek #8E7E55
RGB
CMYK
RGB Variations
Color information
#8E7E55 (or 0x8E7E55) is known color: Clay Creek. HEX triplet: 8E, 7E and 55. RGB value is (142,126,85). Sum of RGB (Red+Green+Blue) = 142+126+85=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E55 is #7181AA. Grayscale: #7E7E7E. Windows color (decimal): -7438763 or 5602958. OLE color: 5602958.
HSL color Cylindrical-coordinate representation of color #8E7E55: hue angle of 43.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E7E55 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 126 | 85 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.44 |
| HSL | 43.16º | 0.25% | 0.45% | - |
| HSV(B) | 43.16º | 0.4% | 0.56% | - |
| XYZ | 20.26 | 21.33 | 11.64 | - |
| YUV | 126.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 85 | 0 | 0.11 | 0.40 | 0.44 | 43.16 | 0.25 | 0.45 |
| Hex | 8E | 7E | 55 | 0 | B | 28 | 2C | 2B | 19 | 2D |
| Octal | 216 | 176 | 125 | 0 | 13 | 50 | 54 | 53 | 31 | 55 |
| Binary | 10001110 | 1111110 | 1010101 | 0 | 1011 | 101000 | 101100 | 101011 | 11001 | 101101 |
Color Harmonies of #8E7E55
Complementary color
Monochromatic Colors of #8E7E55
Black with #8E7E55
Text Example
Text Example
White with #8E7E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7E55; }
p { color: rgb(142,126,85); }
H1.HeaderClassName
{
color: #8E7E55;
}
.AnyTagClassName
{
color: #8E7E55;
}
</style>
background-color css
<style>
a { background-color: #8E7E55; }
a { background-color: rgb(142,126,85); }
div.DivClassName
{
background-color: #8E7E55;
}
.BgClassName
{
background-color: #8E7E55;
}
</style>
border-color css
<style>
span { border-color: #8E7E55; }
span { border-color: rgb(142,126,85); }
td.TdClassName
{
border-color: #8E7E55;
}
.TagClassName
{
border-color: #8E7E55;
}
</style>