Shades of Clay Creek #8E8051
Tints of Clay Creek #8E8051
RGB
CMYK
RGB Variations
Color information
#8E8051 (or 0x8E8051) is known color: Clay Creek. HEX triplet: 8E, 80 and 51. RGB value is (142,128,81). Sum of RGB (Red+Green+Blue) = 142+128+81=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8051 is #717FAE. Grayscale: #7F7F7F. Windows color (decimal): -7438255 or 5341326. OLE color: 5341326.
HSL color Cylindrical-coordinate representation of color #8E8051: hue angle of 46.23º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E8051 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 81 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.44 |
| HSL | 46.23º | 0.27% | 0.44% | - |
| HSV(B) | 46.23º | 0.43% | 0.56% | - |
| XYZ | 20.36 | 21.78 | 10.92 | - |
| YUV | 126.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 81 | 0 | 0.10 | 0.43 | 0.44 | 46.23 | 0.27 | 0.44 |
| Hex | 8E | 80 | 51 | 0 | A | 2B | 2C | 2E | 1B | 2C |
| Octal | 216 | 200 | 121 | 0 | 12 | 53 | 54 | 56 | 33 | 54 |
| Binary | 10001110 | 10000000 | 1010001 | 0 | 1010 | 101011 | 101100 | 101110 | 11011 | 101100 |
Color Harmonies of #8E8051
Complementary color
Monochromatic Colors of #8E8051
Black with #8E8051
Text Example
Text Example
White with #8E8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8051; }
p { color: rgb(142,128,81); }
H1.HeaderClassName
{
color: #8E8051;
}
.AnyTagClassName
{
color: #8E8051;
}
</style>
background-color css
<style>
a { background-color: #8E8051; }
a { background-color: rgb(142,128,81); }
div.DivClassName
{
background-color: #8E8051;
}
.BgClassName
{
background-color: #8E8051;
}
</style>
border-color css
<style>
span { border-color: #8E8051; }
span { border-color: rgb(142,128,81); }
td.TdClassName
{
border-color: #8E8051;
}
.TagClassName
{
border-color: #8E8051;
}
</style>