Shades of Clay Creek #847D4E
Tints of Clay Creek #847D4E
RGB
CMYK
RGB Variations
Color information
#847D4E (or 0x847D4E) is known color: Clay Creek. HEX triplet: 84, 7D and 4E. RGB value is (132,125,78). Sum of RGB (Red+Green+Blue) = 132+125+78=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #847D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D4E is #7B82B1. Grayscale: #797979. Windows color (decimal): -8094386 or 5143940. OLE color: 5143940.
HSL color Cylindrical-coordinate representation of color #847D4E: hue angle of 52.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #847D4E is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 78 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.48 |
| HSL | 52.22º | 0.26% | 0.41% | - |
| HSV(B) | 52.22º | 0.41% | 0.52% | - |
| XYZ | 18.22 | 20.12 | 10.13 | - |
| YUV | 121.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 78 | 0 | 0.05 | 0.41 | 0.48 | 52.22 | 0.26 | 0.41 |
| Hex | 84 | 7D | 4E | 0 | 5 | 29 | 30 | 34 | 1A | 29 |
| Octal | 204 | 175 | 116 | 0 | 5 | 51 | 60 | 64 | 32 | 51 |
| Binary | 10000100 | 1111101 | 1001110 | 0 | 101 | 101001 | 110000 | 110100 | 11010 | 101001 |
Color Harmonies of #847D4E
Complementary color
Monochromatic Colors of #847D4E
Black with #847D4E
Text Example
Text Example
White with #847D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D4E; }
p { color: rgb(132,125,78); }
H1.HeaderClassName
{
color: #847D4E;
}
.AnyTagClassName
{
color: #847D4E;
}
</style>
background-color css
<style>
a { background-color: #847D4E; }
a { background-color: rgb(132,125,78); }
div.DivClassName
{
background-color: #847D4E;
}
.BgClassName
{
background-color: #847D4E;
}
</style>
border-color css
<style>
span { border-color: #847D4E; }
span { border-color: rgb(132,125,78); }
td.TdClassName
{
border-color: #847D4E;
}
.TagClassName
{
border-color: #847D4E;
}
</style>