Shades of Clay Creek #8E7E58
Tints of Clay Creek #8E7E58
RGB
CMYK
RGB Variations
Color information
#8E7E58 (or 0x8E7E58) is known color: Clay Creek. HEX triplet: 8E, 7E and 58. RGB value is (142,126,88). Sum of RGB (Red+Green+Blue) = 142+126+88=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E58 is #7181A7. Grayscale: #7E7E7E. Windows color (decimal): -7438760 or 5799566. OLE color: 5799566.
HSL color Cylindrical-coordinate representation of color #8E7E58: hue angle of 42.22º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E7E58 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 126 | 88 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.44 |
| HSL | 42.22º | 0.23% | 0.45% | - |
| HSV(B) | 42.22º | 0.38% | 0.56% | - |
| XYZ | 20.38 | 21.38 | 12.28 | - |
| YUV | 126.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 88 | 0 | 0.11 | 0.38 | 0.44 | 42.22 | 0.23 | 0.45 |
| Hex | 8E | 7E | 58 | 0 | B | 26 | 2C | 2A | 17 | 2D |
| Octal | 216 | 176 | 130 | 0 | 13 | 46 | 54 | 52 | 27 | 55 |
| Binary | 10001110 | 1111110 | 1011000 | 0 | 1011 | 100110 | 101100 | 101010 | 10111 | 101101 |
Color Harmonies of #8E7E58
Complementary color
Monochromatic Colors of #8E7E58
Black with #8E7E58
Text Example
Text Example
White with #8E7E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7E58; }
p { color: rgb(142,126,88); }
H1.HeaderClassName
{
color: #8E7E58;
}
.AnyTagClassName
{
color: #8E7E58;
}
</style>
background-color css
<style>
a { background-color: #8E7E58; }
a { background-color: rgb(142,126,88); }
div.DivClassName
{
background-color: #8E7E58;
}
.BgClassName
{
background-color: #8E7E58;
}
</style>
border-color css
<style>
span { border-color: #8E7E58; }
span { border-color: rgb(142,126,88); }
td.TdClassName
{
border-color: #8E7E58;
}
.TagClassName
{
border-color: #8E7E58;
}
</style>