Shades of Clay Creek #8B844E
Tints of Clay Creek #8B844E
RGB
CMYK
RGB Variations
Color information
#8B844E (or 0x8B844E) is known color: Clay Creek. HEX triplet: 8B, 84 and 4E. RGB value is (139,132,78). Sum of RGB (Red+Green+Blue) = 139+132+78=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B844E is #747BB1. Grayscale: #808080. Windows color (decimal): -7633842 or 5145739. OLE color: 5145739.
HSL color Cylindrical-coordinate representation of color #8B844E: hue angle of 53.11º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B844E is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 78 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.45 |
| HSL | 53.11º | 0.28% | 0.43% | - |
| HSV(B) | 53.11º | 0.44% | 0.55% | - |
| XYZ | 20.27 | 22.54 | 10.49 | - |
| YUV | 127.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 78 | 0 | 0.05 | 0.44 | 0.45 | 53.11 | 0.28 | 0.43 |
| Hex | 8B | 84 | 4E | 0 | 5 | 2C | 2D | 35 | 1C | 2B |
| Octal | 213 | 204 | 116 | 0 | 5 | 54 | 55 | 65 | 34 | 53 |
| Binary | 10001011 | 10000100 | 1001110 | 0 | 101 | 101100 | 101101 | 110101 | 11100 | 101011 |
Color Harmonies of #8B844E
Complementary color
Monochromatic Colors of #8B844E
Black with #8B844E
Text Example
Text Example
White with #8B844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B844E; }
p { color: rgb(139,132,78); }
H1.HeaderClassName
{
color: #8B844E;
}
.AnyTagClassName
{
color: #8B844E;
}
</style>
background-color css
<style>
a { background-color: #8B844E; }
a { background-color: rgb(139,132,78); }
div.DivClassName
{
background-color: #8B844E;
}
.BgClassName
{
background-color: #8B844E;
}
</style>
border-color css
<style>
span { border-color: #8B844E; }
span { border-color: rgb(139,132,78); }
td.TdClassName
{
border-color: #8B844E;
}
.TagClassName
{
border-color: #8B844E;
}
</style>