Shades of Clay Creek #8E8255
Tints of Clay Creek #8E8255
RGB
CMYK
RGB Variations
Color information
#8E8255 (or 0x8E8255) is known color: Clay Creek. HEX triplet: 8E, 82 and 55. RGB value is (142,130,85). Sum of RGB (Red+Green+Blue) = 142+130+85=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8255 is #717DAA. Grayscale: #808080. Windows color (decimal): -7437739 or 5603982. OLE color: 5603982.
HSL color Cylindrical-coordinate representation of color #8E8255: hue angle of 47.37º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E8255 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 85 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.44 |
| HSL | 47.37º | 0.25% | 0.45% | - |
| HSV(B) | 47.37º | 0.4% | 0.56% | - |
| XYZ | 20.78 | 22.37 | 11.82 | - |
| YUV | 128.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 85 | 0 | 0.08 | 0.40 | 0.44 | 47.37 | 0.25 | 0.45 |
| Hex | 8E | 82 | 55 | 0 | 8 | 28 | 2C | 2F | 19 | 2D |
| Octal | 216 | 202 | 125 | 0 | 10 | 50 | 54 | 57 | 31 | 55 |
| Binary | 10001110 | 10000010 | 1010101 | 0 | 1000 | 101000 | 101100 | 101111 | 11001 | 101101 |
Color Harmonies of #8E8255
Complementary color
Monochromatic Colors of #8E8255
Black with #8E8255
Text Example
Text Example
White with #8E8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8255; }
p { color: rgb(142,130,85); }
H1.HeaderClassName
{
color: #8E8255;
}
.AnyTagClassName
{
color: #8E8255;
}
</style>
background-color css
<style>
a { background-color: #8E8255; }
a { background-color: rgb(142,130,85); }
div.DivClassName
{
background-color: #8E8255;
}
.BgClassName
{
background-color: #8E8255;
}
</style>
border-color css
<style>
span { border-color: #8E8255; }
span { border-color: rgb(142,130,85); }
td.TdClassName
{
border-color: #8E8255;
}
.TagClassName
{
border-color: #8E8255;
}
</style>