Shades of Clay Creek #8D8255
Tints of Clay Creek #8D8255
RGB
CMYK
RGB Variations
Color information
#8D8255 (or 0x8D8255) is known color: Clay Creek. HEX triplet: 8D, 82 and 55. RGB value is (141,130,85). Sum of RGB (Red+Green+Blue) = 141+130+85=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8255 is #727DAA. Grayscale: #808080. Windows color (decimal): -7503275 or 5603981. OLE color: 5603981.
HSL color Cylindrical-coordinate representation of color #8D8255: hue angle of 48.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 #8D8255 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 85 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.45 |
| HSL | 48.21º | 0.25% | 0.44% | - |
| HSV(B) | 48.21º | 0.4% | 0.55% | - |
| XYZ | 20.61 | 22.28 | 11.81 | - |
| YUV | 128.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 85 | 0 | 0.08 | 0.40 | 0.45 | 48.21 | 0.25 | 0.44 |
| Hex | 8D | 82 | 55 | 0 | 8 | 28 | 2D | 30 | 19 | 2C |
| Octal | 215 | 202 | 125 | 0 | 10 | 50 | 55 | 60 | 31 | 54 |
| Binary | 10001101 | 10000010 | 1010101 | 0 | 1000 | 101000 | 101101 | 110000 | 11001 | 101100 |
Color Harmonies of #8D8255
Complementary color
Monochromatic Colors of #8D8255
Black with #8D8255
Text Example
Text Example
White with #8D8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8255; }
p { color: rgb(141,130,85); }
H1.HeaderClassName
{
color: #8D8255;
}
.AnyTagClassName
{
color: #8D8255;
}
</style>
background-color css
<style>
a { background-color: #8D8255; }
a { background-color: rgb(141,130,85); }
div.DivClassName
{
background-color: #8D8255;
}
.BgClassName
{
background-color: #8D8255;
}
</style>
border-color css
<style>
span { border-color: #8D8255; }
span { border-color: rgb(141,130,85); }
td.TdClassName
{
border-color: #8D8255;
}
.TagClassName
{
border-color: #8D8255;
}
</style>