Shades of Clay Creek #8E7D4D
Tints of Clay Creek #8E7D4D
RGB
CMYK
RGB Variations
Color information
#8E7D4D (or 0x8E7D4D) is known color: Clay Creek. HEX triplet: 8E, 7D and 4D. RGB value is (142,125,77). Sum of RGB (Red+Green+Blue) = 142+125+77=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D4D is #7182B2. Grayscale: #7C7C7C. Windows color (decimal): -7439027 or 5078414. OLE color: 5078414.
HSL color Cylindrical-coordinate representation of color #8E7D4D: hue angle of 44.31º 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 #8E7D4D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 77 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.44 |
| HSL | 44.31º | 0.3% | 0.43% | - |
| HSV(B) | 44.31º | 0.46% | 0.56% | - |
| XYZ | 19.83 | 20.95 | 10.02 | - |
| YUV | 124.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 77 | 0 | 0.12 | 0.46 | 0.44 | 44.31 | 0.3 | 0.43 |
| Hex | 8E | 7D | 4D | 0 | C | 2E | 2C | 2C | 1E | 2B |
| Octal | 216 | 175 | 115 | 0 | 14 | 56 | 54 | 54 | 36 | 53 |
| Binary | 10001110 | 1111101 | 1001101 | 0 | 1100 | 101110 | 101100 | 101100 | 11110 | 101011 |
Color Harmonies of #8E7D4D
Complementary color
Monochromatic Colors of #8E7D4D
Black with #8E7D4D
Text Example
Text Example
White with #8E7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D4D; }
p { color: rgb(142,125,77); }
H1.HeaderClassName
{
color: #8E7D4D;
}
.AnyTagClassName
{
color: #8E7D4D;
}
</style>
background-color css
<style>
a { background-color: #8E7D4D; }
a { background-color: rgb(142,125,77); }
div.DivClassName
{
background-color: #8E7D4D;
}
.BgClassName
{
background-color: #8E7D4D;
}
</style>
border-color css
<style>
span { border-color: #8E7D4D; }
span { border-color: rgb(142,125,77); }
td.TdClassName
{
border-color: #8E7D4D;
}
.TagClassName
{
border-color: #8E7D4D;
}
</style>