Shades of Clay Creek #8D805D
Tints of Clay Creek #8D805D
RGB
CMYK
RGB Variations
Color information
#8D805D (or 0x8D805D) is known color: Clay Creek. HEX triplet: 8D, 80 and 5D. RGB value is (141,128,93). Sum of RGB (Red+Green+Blue) = 141+128+93=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D805D is #727FA2. Grayscale: #808080. Windows color (decimal): -7503779 or 6127757. OLE color: 6127757.
HSL color Cylindrical-coordinate representation of color #8D805D: hue angle of 43.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D805D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 93 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.45 |
| HSL | 43.75º | 0.21% | 0.46% | - |
| HSV(B) | 43.75º | 0.34% | 0.55% | - |
| XYZ | 20.68 | 21.89 | 13.49 | - |
| YUV | 127.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 93 | 0 | 0.09 | 0.34 | 0.45 | 43.75 | 0.21 | 0.46 |
| Hex | 8D | 80 | 5D | 0 | 9 | 22 | 2D | 2C | 15 | 2E |
| Octal | 215 | 200 | 135 | 0 | 11 | 42 | 55 | 54 | 25 | 56 |
| Binary | 10001101 | 10000000 | 1011101 | 0 | 1001 | 100010 | 101101 | 101100 | 10101 | 101110 |
Color Harmonies of #8D805D
Complementary color
Monochromatic Colors of #8D805D
Black with #8D805D
Text Example
Text Example
White with #8D805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D805D; }
p { color: rgb(141,128,93); }
H1.HeaderClassName
{
color: #8D805D;
}
.AnyTagClassName
{
color: #8D805D;
}
</style>
background-color css
<style>
a { background-color: #8D805D; }
a { background-color: rgb(141,128,93); }
div.DivClassName
{
background-color: #8D805D;
}
.BgClassName
{
background-color: #8D805D;
}
</style>
border-color css
<style>
span { border-color: #8D805D; }
span { border-color: rgb(141,128,93); }
td.TdClassName
{
border-color: #8D805D;
}
.TagClassName
{
border-color: #8D805D;
}
</style>