Shades of Clay Creek #8E825A
Tints of Clay Creek #8E825A
RGB
CMYK
RGB Variations
Color information
#8E825A (or 0x8E825A) is known color: Clay Creek. HEX triplet: 8E, 82 and 5A. RGB value is (142,130,90). Sum of RGB (Red+Green+Blue) = 142+130+90=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E825A is #717DA5. Grayscale: #818181. Windows color (decimal): -7437734 or 5931662. OLE color: 5931662.
HSL color Cylindrical-coordinate representation of color #8E825A: hue angle of 46.15º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E825A is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 90 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.44 |
| HSL | 46.15º | 0.22% | 0.45% | - |
| HSV(B) | 46.15º | 0.37% | 0.56% | - |
| XYZ | 20.98 | 22.45 | 12.9 | - |
| YUV | 129.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 90 | 0 | 0.08 | 0.37 | 0.44 | 46.15 | 0.22 | 0.45 |
| Hex | 8E | 82 | 5A | 0 | 8 | 25 | 2C | 2E | 16 | 2D |
| Octal | 216 | 202 | 132 | 0 | 10 | 45 | 54 | 56 | 26 | 55 |
| Binary | 10001110 | 10000010 | 1011010 | 0 | 1000 | 100101 | 101100 | 101110 | 10110 | 101101 |
Color Harmonies of #8E825A
Complementary color
Monochromatic Colors of #8E825A
Black with #8E825A
Text Example
Text Example
White with #8E825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E825A; }
p { color: rgb(142,130,90); }
H1.HeaderClassName
{
color: #8E825A;
}
.AnyTagClassName
{
color: #8E825A;
}
</style>
background-color css
<style>
a { background-color: #8E825A; }
a { background-color: rgb(142,130,90); }
div.DivClassName
{
background-color: #8E825A;
}
.BgClassName
{
background-color: #8E825A;
}
</style>
border-color css
<style>
span { border-color: #8E825A; }
span { border-color: rgb(142,130,90); }
td.TdClassName
{
border-color: #8E825A;
}
.TagClassName
{
border-color: #8E825A;
}
</style>