Shades of Clay Creek #8D7C52
Tints of Clay Creek #8D7C52
RGB
CMYK
RGB Variations
Color information
#8D7C52 (or 0x8D7C52) is known color: Clay Creek. HEX triplet: 8D, 7C and 52. RGB value is (141,124,82). Sum of RGB (Red+Green+Blue) = 141+124+82=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7C52 is #7283AD. Grayscale: #7C7C7C. Windows color (decimal): -7504814 or 5405837. OLE color: 5405837.
HSL color Cylindrical-coordinate representation of color #8D7C52: hue angle of 42.71º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D7C52 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 124 | 82 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.45 |
| HSL | 42.71º | 0.26% | 0.44% | - |
| HSV(B) | 42.71º | 0.42% | 0.55% | - |
| XYZ | 19.72 | 20.69 | 10.94 | - |
| YUV | 124.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 82 | 0 | 0.12 | 0.42 | 0.45 | 42.71 | 0.26 | 0.44 |
| Hex | 8D | 7C | 52 | 0 | C | 2A | 2D | 2B | 1A | 2C |
| Octal | 215 | 174 | 122 | 0 | 14 | 52 | 55 | 53 | 32 | 54 |
| Binary | 10001101 | 1111100 | 1010010 | 0 | 1100 | 101010 | 101101 | 101011 | 11010 | 101100 |
Color Harmonies of #8D7C52
Complementary color
Monochromatic Colors of #8D7C52
Black with #8D7C52
Text Example
Text Example
White with #8D7C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7C52; }
p { color: rgb(141,124,82); }
H1.HeaderClassName
{
color: #8D7C52;
}
.AnyTagClassName
{
color: #8D7C52;
}
</style>
background-color css
<style>
a { background-color: #8D7C52; }
a { background-color: rgb(141,124,82); }
div.DivClassName
{
background-color: #8D7C52;
}
.BgClassName
{
background-color: #8D7C52;
}
</style>
border-color css
<style>
span { border-color: #8D7C52; }
span { border-color: rgb(141,124,82); }
td.TdClassName
{
border-color: #8D7C52;
}
.TagClassName
{
border-color: #8D7C52;
}
</style>