Shades of Clay Creek #8E7D50
Tints of Clay Creek #8E7D50
RGB
CMYK
RGB Variations
Color information
#8E7D50 (or 0x8E7D50) is known color: Clay Creek. HEX triplet: 8E, 7D and 50. RGB value is (142,125,80). Sum of RGB (Red+Green+Blue) = 142+125+80=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D50 is #7182AF. Grayscale: #7D7D7D. Windows color (decimal): -7439024 or 5275022. OLE color: 5275022.
HSL color Cylindrical-coordinate representation of color #8E7D50: hue angle of 43.55º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E7D50 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 80 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.44 |
| HSL | 43.55º | 0.28% | 0.44% | - |
| HSV(B) | 43.55º | 0.44% | 0.56% | - |
| XYZ | 19.94 | 21 | 10.59 | - |
| YUV | 124.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 80 | 0 | 0.12 | 0.44 | 0.44 | 43.55 | 0.28 | 0.44 |
| Hex | 8E | 7D | 50 | 0 | C | 2C | 2C | 2C | 1C | 2C |
| Octal | 216 | 175 | 120 | 0 | 14 | 54 | 54 | 54 | 34 | 54 |
| Binary | 10001110 | 1111101 | 1010000 | 0 | 1100 | 101100 | 101100 | 101100 | 11100 | 101100 |
Color Harmonies of #8E7D50
Complementary color
Monochromatic Colors of #8E7D50
Black with #8E7D50
Text Example
Text Example
White with #8E7D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D50; }
p { color: rgb(142,125,80); }
H1.HeaderClassName
{
color: #8E7D50;
}
.AnyTagClassName
{
color: #8E7D50;
}
</style>
background-color css
<style>
a { background-color: #8E7D50; }
a { background-color: rgb(142,125,80); }
div.DivClassName
{
background-color: #8E7D50;
}
.BgClassName
{
background-color: #8E7D50;
}
</style>
border-color css
<style>
span { border-color: #8E7D50; }
span { border-color: rgb(142,125,80); }
td.TdClassName
{
border-color: #8E7D50;
}
.TagClassName
{
border-color: #8E7D50;
}
</style>