Shades of Clay Creek #8D7E54
Tints of Clay Creek #8D7E54
RGB
CMYK
RGB Variations
Color information
#8D7E54 (or 0x8D7E54) is known color: Clay Creek. HEX triplet: 8D, 7E and 54. RGB value is (141,126,84). Sum of RGB (Red+Green+Blue) = 141+126+84=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7E54 is #7281AB. Grayscale: #7D7D7D. Windows color (decimal): -7504300 or 5537421. OLE color: 5537421.
HSL color Cylindrical-coordinate representation of color #8D7E54: hue angle of 44.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7E54 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 84 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.45 |
| HSL | 44.21º | 0.25% | 0.44% | - |
| HSV(B) | 44.21º | 0.4% | 0.55% | - |
| XYZ | 20.05 | 21.22 | 11.43 | - |
| YUV | 125.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 84 | 0 | 0.11 | 0.40 | 0.45 | 44.21 | 0.25 | 0.44 |
| Hex | 8D | 7E | 54 | 0 | B | 28 | 2D | 2C | 19 | 2C |
| Octal | 215 | 176 | 124 | 0 | 13 | 50 | 55 | 54 | 31 | 54 |
| Binary | 10001101 | 1111110 | 1010100 | 0 | 1011 | 101000 | 101101 | 101100 | 11001 | 101100 |
Color Harmonies of #8D7E54
Complementary color
Monochromatic Colors of #8D7E54
Black with #8D7E54
Text Example
Text Example
White with #8D7E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E54; }
p { color: rgb(141,126,84); }
H1.HeaderClassName
{
color: #8D7E54;
}
.AnyTagClassName
{
color: #8D7E54;
}
</style>
background-color css
<style>
a { background-color: #8D7E54; }
a { background-color: rgb(141,126,84); }
div.DivClassName
{
background-color: #8D7E54;
}
.BgClassName
{
background-color: #8D7E54;
}
</style>
border-color css
<style>
span { border-color: #8D7E54; }
span { border-color: rgb(141,126,84); }
td.TdClassName
{
border-color: #8D7E54;
}
.TagClassName
{
border-color: #8D7E54;
}
</style>