Shades of Clay Creek #847E47
Tints of Clay Creek #847E47
RGB
CMYK
RGB Variations
Color information
#847E47 (or 0x847E47) is known color: Clay Creek. HEX triplet: 84, 7E and 47. RGB value is (132,126,71). Sum of RGB (Red+Green+Blue) = 132+126+71=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #847E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E47 is #7B81B8. Grayscale: #797979. Windows color (decimal): -8094137 or 4685444. OLE color: 4685444.
HSL color Cylindrical-coordinate representation of color #847E47: hue angle of 54.1º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #847E47 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 71 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.48 |
| HSL | 54.1º | 0.3% | 0.4% | - |
| HSV(B) | 54.1º | 0.46% | 0.52% | - |
| XYZ | 18.11 | 20.28 | 8.92 | - |
| YUV | 121.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 71 | 0 | 0.05 | 0.46 | 0.48 | 54.1 | 0.3 | 0.4 |
| Hex | 84 | 7E | 47 | 0 | 5 | 2E | 30 | 36 | 1E | 28 |
| Octal | 204 | 176 | 107 | 0 | 5 | 56 | 60 | 66 | 36 | 50 |
| Binary | 10000100 | 1111110 | 1000111 | 0 | 101 | 101110 | 110000 | 110110 | 11110 | 101000 |
Color Harmonies of #847E47
Complementary color
Monochromatic Colors of #847E47
Black with #847E47
Text Example
Text Example
White with #847E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E47; }
p { color: rgb(132,126,71); }
H1.HeaderClassName
{
color: #847E47;
}
.AnyTagClassName
{
color: #847E47;
}
</style>
background-color css
<style>
a { background-color: #847E47; }
a { background-color: rgb(132,126,71); }
div.DivClassName
{
background-color: #847E47;
}
.BgClassName
{
background-color: #847E47;
}
</style>
border-color css
<style>
span { border-color: #847E47; }
span { border-color: rgb(132,126,71); }
td.TdClassName
{
border-color: #847E47;
}
.TagClassName
{
border-color: #847E47;
}
</style>