Shades of Clay Creek #8A844E
Tints of Clay Creek #8A844E
RGB
CMYK
RGB Variations
Color information
#8A844E (or 0x8A844E) is known color: Clay Creek. HEX triplet: 8A, 84 and 4E. RGB value is (138,132,78). Sum of RGB (Red+Green+Blue) = 138+132+78=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A844E is #757BB1. Grayscale: #7F7F7F. Windows color (decimal): -7699378 or 5145738. OLE color: 5145738.
HSL color Cylindrical-coordinate representation of color #8A844E: hue angle of 54º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A844E is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 78 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.46 |
| HSL | 54º | 0.28% | 0.42% | - |
| HSV(B) | 54º | 0.43% | 0.54% | - |
| XYZ | 20.11 | 22.46 | 10.48 | - |
| YUV | 127.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 78 | 0 | 0.04 | 0.43 | 0.46 | 54 | 0.28 | 0.42 |
| Hex | 8A | 84 | 4E | 0 | 4 | 2B | 2E | 36 | 1C | 2A |
| Octal | 212 | 204 | 116 | 0 | 4 | 53 | 56 | 66 | 34 | 52 |
| Binary | 10001010 | 10000100 | 1001110 | 0 | 100 | 101011 | 101110 | 110110 | 11100 | 101010 |
Color Harmonies of #8A844E
Complementary color
Monochromatic Colors of #8A844E
Black with #8A844E
Text Example
Text Example
White with #8A844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A844E; }
p { color: rgb(138,132,78); }
H1.HeaderClassName
{
color: #8A844E;
}
.AnyTagClassName
{
color: #8A844E;
}
</style>
background-color css
<style>
a { background-color: #8A844E; }
a { background-color: rgb(138,132,78); }
div.DivClassName
{
background-color: #8A844E;
}
.BgClassName
{
background-color: #8A844E;
}
</style>
border-color css
<style>
span { border-color: #8A844E; }
span { border-color: rgb(138,132,78); }
td.TdClassName
{
border-color: #8A844E;
}
.TagClassName
{
border-color: #8A844E;
}
</style>