Shades of Clay Creek #8E7C5A
Tints of Clay Creek #8E7C5A
RGB
CMYK
RGB Variations
Color information
#8E7C5A (or 0x8E7C5A) is known color: Clay Creek. HEX triplet: 8E, 7C and 5A. RGB value is (142,124,90). Sum of RGB (Red+Green+Blue) = 142+124+90=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7C5A is #7183A5. Grayscale: #7D7D7D. Windows color (decimal): -7439270 or 5930126. OLE color: 5930126.
HSL color Cylindrical-coordinate representation of color #8E7C5A: hue angle of 39.23º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E7C5A is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 124 | 90 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.44 |
| HSL | 39.23º | 0.22% | 0.45% | - |
| HSV(B) | 39.23º | 0.37% | 0.56% | - |
| XYZ | 20.21 | 20.9 | 12.64 | - |
| YUV | 125.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 90 | 0 | 0.13 | 0.37 | 0.44 | 39.23 | 0.22 | 0.45 |
| Hex | 8E | 7C | 5A | 0 | D | 25 | 2C | 27 | 16 | 2D |
| Octal | 216 | 174 | 132 | 0 | 15 | 45 | 54 | 47 | 26 | 55 |
| Binary | 10001110 | 1111100 | 1011010 | 0 | 1101 | 100101 | 101100 | 100111 | 10110 | 101101 |
Color Harmonies of #8E7C5A
Complementary color
Monochromatic Colors of #8E7C5A
Black with #8E7C5A
Text Example
Text Example
White with #8E7C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7C5A; }
p { color: rgb(142,124,90); }
H1.HeaderClassName
{
color: #8E7C5A;
}
.AnyTagClassName
{
color: #8E7C5A;
}
</style>
background-color css
<style>
a { background-color: #8E7C5A; }
a { background-color: rgb(142,124,90); }
div.DivClassName
{
background-color: #8E7C5A;
}
.BgClassName
{
background-color: #8E7C5A;
}
</style>
border-color css
<style>
span { border-color: #8E7C5A; }
span { border-color: rgb(142,124,90); }
td.TdClassName
{
border-color: #8E7C5A;
}
.TagClassName
{
border-color: #8E7C5A;
}
</style>