Shades of Clay Creek #847E51
Tints of Clay Creek #847E51
RGB
CMYK
RGB Variations
Color information
#847E51 (or 0x847E51) is known color: Clay Creek. HEX triplet: 84, 7E and 51. RGB value is (132,126,81). Sum of RGB (Red+Green+Blue) = 132+126+81=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #847E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E51 is #7B81AE. Grayscale: #7A7A7A. Windows color (decimal): -8094127 or 5340804. OLE color: 5340804.
HSL color Cylindrical-coordinate representation of color #847E51: hue angle of 52.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #847E51 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 81 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.48 |
| HSL | 52.94º | 0.24% | 0.42% | - |
| HSV(B) | 52.94º | 0.39% | 0.52% | - |
| XYZ | 18.46 | 20.42 | 10.75 | - |
| YUV | 122.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 81 | 0 | 0.05 | 0.39 | 0.48 | 52.94 | 0.24 | 0.42 |
| Hex | 84 | 7E | 51 | 0 | 5 | 27 | 30 | 35 | 18 | 2A |
| Octal | 204 | 176 | 121 | 0 | 5 | 47 | 60 | 65 | 30 | 52 |
| Binary | 10000100 | 1111110 | 1010001 | 0 | 101 | 100111 | 110000 | 110101 | 11000 | 101010 |
Color Harmonies of #847E51
Complementary color
Monochromatic Colors of #847E51
Black with #847E51
Text Example
Text Example
White with #847E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E51; }
p { color: rgb(132,126,81); }
H1.HeaderClassName
{
color: #847E51;
}
.AnyTagClassName
{
color: #847E51;
}
</style>
background-color css
<style>
a { background-color: #847E51; }
a { background-color: rgb(132,126,81); }
div.DivClassName
{
background-color: #847E51;
}
.BgClassName
{
background-color: #847E51;
}
</style>
border-color css
<style>
span { border-color: #847E51; }
span { border-color: rgb(132,126,81); }
td.TdClassName
{
border-color: #847E51;
}
.TagClassName
{
border-color: #847E51;
}
</style>