Shades of Clay Creek #8E834B
Tints of Clay Creek #8E834B
RGB
CMYK
RGB Variations
Color information
#8E834B (or 0x8E834B) is known color: Clay Creek. HEX triplet: 8E, 83 and 4B. RGB value is (142,131,75). Sum of RGB (Red+Green+Blue) = 142+131+75=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E834B is #717CB4. Grayscale: #808080. Windows color (decimal): -7437493 or 4948878. OLE color: 4948878.
HSL color Cylindrical-coordinate representation of color #8E834B: hue angle of 50.15º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E834B is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 75 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.44 |
| HSL | 50.15º | 0.31% | 0.43% | - |
| HSV(B) | 50.15º | 0.47% | 0.56% | - |
| XYZ | 20.54 | 22.49 | 9.92 | - |
| YUV | 127.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 75 | 0 | 0.08 | 0.47 | 0.44 | 50.15 | 0.31 | 0.43 |
| Hex | 8E | 83 | 4B | 0 | 8 | 2F | 2C | 32 | 1F | 2B |
| Octal | 216 | 203 | 113 | 0 | 10 | 57 | 54 | 62 | 37 | 53 |
| Binary | 10001110 | 10000011 | 1001011 | 0 | 1000 | 101111 | 101100 | 110010 | 11111 | 101011 |
Color Harmonies of #8E834B
Complementary color
Monochromatic Colors of #8E834B
Black with #8E834B
Text Example
Text Example
White with #8E834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E834B; }
p { color: rgb(142,131,75); }
H1.HeaderClassName
{
color: #8E834B;
}
.AnyTagClassName
{
color: #8E834B;
}
</style>
background-color css
<style>
a { background-color: #8E834B; }
a { background-color: rgb(142,131,75); }
div.DivClassName
{
background-color: #8E834B;
}
.BgClassName
{
background-color: #8E834B;
}
</style>
border-color css
<style>
span { border-color: #8E834B; }
span { border-color: rgb(142,131,75); }
td.TdClassName
{
border-color: #8E834B;
}
.TagClassName
{
border-color: #8E834B;
}
</style>