Shades of Clay Creek #8E7E4D
Tints of Clay Creek #8E7E4D
RGB
CMYK
RGB Variations
Color information
#8E7E4D (or 0x8E7E4D) is known color: Clay Creek. HEX triplet: 8E, 7E and 4D. RGB value is (142,126,77). Sum of RGB (Red+Green+Blue) = 142+126+77=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E4D is #7181B2. Grayscale: #7D7D7D. Windows color (decimal): -7438771 or 5078670. OLE color: 5078670.
HSL color Cylindrical-coordinate representation of color #8E7E4D: hue angle of 45.23º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E7E4D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 126 | 77 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.44 |
| HSL | 45.23º | 0.3% | 0.43% | - |
| HSV(B) | 45.23º | 0.46% | 0.56% | - |
| XYZ | 19.96 | 21.21 | 10.06 | - |
| YUV | 125.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 77 | 0 | 0.11 | 0.46 | 0.44 | 45.23 | 0.3 | 0.43 |
| Hex | 8E | 7E | 4D | 0 | B | 2E | 2C | 2D | 1E | 2B |
| Octal | 216 | 176 | 115 | 0 | 13 | 56 | 54 | 55 | 36 | 53 |
| Binary | 10001110 | 1111110 | 1001101 | 0 | 1011 | 101110 | 101100 | 101101 | 11110 | 101011 |
Color Harmonies of #8E7E4D
Complementary color
Monochromatic Colors of #8E7E4D
Black with #8E7E4D
Text Example
Text Example
White with #8E7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7E4D; }
p { color: rgb(142,126,77); }
H1.HeaderClassName
{
color: #8E7E4D;
}
.AnyTagClassName
{
color: #8E7E4D;
}
</style>
background-color css
<style>
a { background-color: #8E7E4D; }
a { background-color: rgb(142,126,77); }
div.DivClassName
{
background-color: #8E7E4D;
}
.BgClassName
{
background-color: #8E7E4D;
}
</style>
border-color css
<style>
span { border-color: #8E7E4D; }
span { border-color: rgb(142,126,77); }
td.TdClassName
{
border-color: #8E7E4D;
}
.TagClassName
{
border-color: #8E7E4D;
}
</style>