Shades of Clay Creek #8D7952
Tints of Clay Creek #8D7952
RGB
CMYK
RGB Variations
Color information
#8D7952 (or 0x8D7952) is known color: Clay Creek. HEX triplet: 8D, 79 and 52. RGB value is (141,121,82). Sum of RGB (Red+Green+Blue) = 141+121+82=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7952 is #7286AD. Grayscale: #7A7A7A. Windows color (decimal): -7505582 or 5405069. OLE color: 5405069.
HSL color Cylindrical-coordinate representation of color #8D7952: hue angle of 39.66º 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 #8D7952 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 82 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.45 |
| HSL | 39.66º | 0.26% | 0.44% | - |
| HSV(B) | 39.66º | 0.42% | 0.55% | - |
| XYZ | 19.34 | 19.95 | 10.81 | - |
| YUV | 122.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 82 | 0 | 0.14 | 0.42 | 0.45 | 39.66 | 0.26 | 0.44 |
| Hex | 8D | 79 | 52 | 0 | E | 2A | 2D | 28 | 1A | 2C |
| Octal | 215 | 171 | 122 | 0 | 16 | 52 | 55 | 50 | 32 | 54 |
| Binary | 10001101 | 1111001 | 1010010 | 0 | 1110 | 101010 | 101101 | 101000 | 11010 | 101100 |
Color Harmonies of #8D7952
Complementary color
Monochromatic Colors of #8D7952
Black with #8D7952
Text Example
Text Example
White with #8D7952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7952; }
p { color: rgb(141,121,82); }
H1.HeaderClassName
{
color: #8D7952;
}
.AnyTagClassName
{
color: #8D7952;
}
</style>
background-color css
<style>
a { background-color: #8D7952; }
a { background-color: rgb(141,121,82); }
div.DivClassName
{
background-color: #8D7952;
}
.BgClassName
{
background-color: #8D7952;
}
</style>
border-color css
<style>
span { border-color: #8D7952; }
span { border-color: rgb(141,121,82); }
td.TdClassName
{
border-color: #8D7952;
}
.TagClassName
{
border-color: #8D7952;
}
</style>