Shades of Clay Creek #8D8259
Tints of Clay Creek #8D8259
RGB
CMYK
RGB Variations
Color information
#8D8259 (or 0x8D8259) is known color: Clay Creek. HEX triplet: 8D, 82 and 59. RGB value is (141,130,89). Sum of RGB (Red+Green+Blue) = 141+130+89=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8259 is #727DA6. Grayscale: #808080. Windows color (decimal): -7503271 or 5866125. OLE color: 5866125.
HSL color Cylindrical-coordinate representation of color #8D8259: hue angle of 47.31º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D8259 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 89 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.45 |
| HSL | 47.31º | 0.23% | 0.45% | - |
| HSV(B) | 47.31º | 0.37% | 0.55% | - |
| XYZ | 20.77 | 22.35 | 12.67 | - |
| YUV | 128.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 89 | 0 | 0.08 | 0.37 | 0.45 | 47.31 | 0.23 | 0.45 |
| Hex | 8D | 82 | 59 | 0 | 8 | 25 | 2D | 2F | 17 | 2D |
| Octal | 215 | 202 | 131 | 0 | 10 | 45 | 55 | 57 | 27 | 55 |
| Binary | 10001101 | 10000010 | 1011001 | 0 | 1000 | 100101 | 101101 | 101111 | 10111 | 101101 |
Color Harmonies of #8D8259
Complementary color
Monochromatic Colors of #8D8259
Black with #8D8259
Text Example
Text Example
White with #8D8259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8259; }
p { color: rgb(141,130,89); }
H1.HeaderClassName
{
color: #8D8259;
}
.AnyTagClassName
{
color: #8D8259;
}
</style>
background-color css
<style>
a { background-color: #8D8259; }
a { background-color: rgb(141,130,89); }
div.DivClassName
{
background-color: #8D8259;
}
.BgClassName
{
background-color: #8D8259;
}
</style>
border-color css
<style>
span { border-color: #8D8259; }
span { border-color: rgb(141,130,89); }
td.TdClassName
{
border-color: #8D8259;
}
.TagClassName
{
border-color: #8D8259;
}
</style>