Shades of Clay Creek #8E824A
Tints of Clay Creek #8E824A
RGB
CMYK
RGB Variations
Color information
#8E824A (or 0x8E824A) is known color: Clay Creek. HEX triplet: 8E, 82 and 4A. RGB value is (142,130,74). Sum of RGB (Red+Green+Blue) = 142+130+74=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E824A is #717DB5. Grayscale: #7F7F7F. Windows color (decimal): -7437750 or 4883086. OLE color: 4883086.
HSL color Cylindrical-coordinate representation of color #8E824A: hue angle of 49.41º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E824A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 74 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.44 |
| HSL | 49.41º | 0.31% | 0.42% | - |
| HSV(B) | 49.41º | 0.48% | 0.56% | - |
| XYZ | 20.37 | 22.21 | 9.69 | - |
| YUV | 127.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 74 | 0 | 0.08 | 0.48 | 0.44 | 49.41 | 0.31 | 0.42 |
| Hex | 8E | 82 | 4A | 0 | 8 | 30 | 2C | 31 | 1F | 2A |
| Octal | 216 | 202 | 112 | 0 | 10 | 60 | 54 | 61 | 37 | 52 |
| Binary | 10001110 | 10000010 | 1001010 | 0 | 1000 | 110000 | 101100 | 110001 | 11111 | 101010 |
Color Harmonies of #8E824A
Complementary color
Monochromatic Colors of #8E824A
Black with #8E824A
Text Example
Text Example
White with #8E824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E824A; }
p { color: rgb(142,130,74); }
H1.HeaderClassName
{
color: #8E824A;
}
.AnyTagClassName
{
color: #8E824A;
}
</style>
background-color css
<style>
a { background-color: #8E824A; }
a { background-color: rgb(142,130,74); }
div.DivClassName
{
background-color: #8E824A;
}
.BgClassName
{
background-color: #8E824A;
}
</style>
border-color css
<style>
span { border-color: #8E824A; }
span { border-color: rgb(142,130,74); }
td.TdClassName
{
border-color: #8E824A;
}
.TagClassName
{
border-color: #8E824A;
}
</style>