Shades of Clay Creek #8E7D55
Tints of Clay Creek #8E7D55
RGB
CMYK
RGB Variations
Color information
#8E7D55 (or 0x8E7D55) is known color: Clay Creek. HEX triplet: 8E, 7D and 55. RGB value is (142,125,85). Sum of RGB (Red+Green+Blue) = 142+125+85=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D55 is #7182AA. Grayscale: #7D7D7D. Windows color (decimal): -7439019 or 5602702. OLE color: 5602702.
HSL color Cylindrical-coordinate representation of color #8E7D55: hue angle of 42.11º 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 #8E7D55 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 85 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.44 |
| HSL | 42.11º | 0.25% | 0.45% | - |
| HSV(B) | 42.11º | 0.4% | 0.56% | - |
| XYZ | 20.13 | 21.07 | 11.6 | - |
| YUV | 125.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 85 | 0 | 0.12 | 0.40 | 0.44 | 42.11 | 0.25 | 0.45 |
| Hex | 8E | 7D | 55 | 0 | C | 28 | 2C | 2A | 19 | 2D |
| Octal | 216 | 175 | 125 | 0 | 14 | 50 | 54 | 52 | 31 | 55 |
| Binary | 10001110 | 1111101 | 1010101 | 0 | 1100 | 101000 | 101100 | 101010 | 11001 | 101101 |
Color Harmonies of #8E7D55
Complementary color
Monochromatic Colors of #8E7D55
Black with #8E7D55
Text Example
Text Example
White with #8E7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D55; }
p { color: rgb(142,125,85); }
H1.HeaderClassName
{
color: #8E7D55;
}
.AnyTagClassName
{
color: #8E7D55;
}
</style>
background-color css
<style>
a { background-color: #8E7D55; }
a { background-color: rgb(142,125,85); }
div.DivClassName
{
background-color: #8E7D55;
}
.BgClassName
{
background-color: #8E7D55;
}
</style>
border-color css
<style>
span { border-color: #8E7D55; }
span { border-color: rgb(142,125,85); }
td.TdClassName
{
border-color: #8E7D55;
}
.TagClassName
{
border-color: #8E7D55;
}
</style>