Shades of Clay Creek #8E834F
Tints of Clay Creek #8E834F
RGB
CMYK
RGB Variations
Color information
#8E834F (or 0x8E834F) is known color: Clay Creek. HEX triplet: 8E, 83 and 4F. RGB value is (142,131,79). Sum of RGB (Red+Green+Blue) = 142+131+79=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E834F is #717CB0. Grayscale: #808080. Windows color (decimal): -7437489 or 5211022. OLE color: 5211022.
HSL color Cylindrical-coordinate representation of color #8E834F: hue angle of 49.52º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E834F is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 79 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.44 |
| HSL | 49.52º | 0.29% | 0.43% | - |
| HSV(B) | 49.52º | 0.44% | 0.56% | - |
| XYZ | 20.68 | 22.55 | 10.66 | - |
| YUV | 128.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 79 | 0 | 0.08 | 0.44 | 0.44 | 49.52 | 0.29 | 0.43 |
| Hex | 8E | 83 | 4F | 0 | 8 | 2C | 2C | 32 | 1D | 2B |
| Octal | 216 | 203 | 117 | 0 | 10 | 54 | 54 | 62 | 35 | 53 |
| Binary | 10001110 | 10000011 | 1001111 | 0 | 1000 | 101100 | 101100 | 110010 | 11101 | 101011 |
Color Harmonies of #8E834F
Complementary color
Monochromatic Colors of #8E834F
Black with #8E834F
Text Example
Text Example
White with #8E834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E834F; }
p { color: rgb(142,131,79); }
H1.HeaderClassName
{
color: #8E834F;
}
.AnyTagClassName
{
color: #8E834F;
}
</style>
background-color css
<style>
a { background-color: #8E834F; }
a { background-color: rgb(142,131,79); }
div.DivClassName
{
background-color: #8E834F;
}
.BgClassName
{
background-color: #8E834F;
}
</style>
border-color css
<style>
span { border-color: #8E834F; }
span { border-color: rgb(142,131,79); }
td.TdClassName
{
border-color: #8E834F;
}
.TagClassName
{
border-color: #8E834F;
}
</style>