Shades of Clay Creek #847E53
Tints of Clay Creek #847E53
RGB
CMYK
RGB Variations
Color information
#847E53 (or 0x847E53) is known color: Clay Creek. HEX triplet: 84, 7E and 53. RGB value is (132,126,83). Sum of RGB (Red+Green+Blue) = 132+126+83=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #847E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E53 is #7B81AC. Grayscale: #7B7B7B. Windows color (decimal): -8094125 or 5471876. OLE color: 5471876.
HSL color Cylindrical-coordinate representation of color #847E53: hue angle of 52.65º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #847E53 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 83 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.48 |
| HSL | 52.65º | 0.23% | 0.42% | - |
| HSV(B) | 52.65º | 0.37% | 0.52% | - |
| XYZ | 18.54 | 20.45 | 11.15 | - |
| YUV | 122.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 83 | 0 | 0.05 | 0.37 | 0.48 | 52.65 | 0.23 | 0.42 |
| Hex | 84 | 7E | 53 | 0 | 5 | 25 | 30 | 35 | 17 | 2A |
| Octal | 204 | 176 | 123 | 0 | 5 | 45 | 60 | 65 | 27 | 52 |
| Binary | 10000100 | 1111110 | 1010011 | 0 | 101 | 100101 | 110000 | 110101 | 10111 | 101010 |
Color Harmonies of #847E53
Complementary color
Monochromatic Colors of #847E53
Black with #847E53
Text Example
Text Example
White with #847E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E53; }
p { color: rgb(132,126,83); }
H1.HeaderClassName
{
color: #847E53;
}
.AnyTagClassName
{
color: #847E53;
}
</style>
background-color css
<style>
a { background-color: #847E53; }
a { background-color: rgb(132,126,83); }
div.DivClassName
{
background-color: #847E53;
}
.BgClassName
{
background-color: #847E53;
}
</style>
border-color css
<style>
span { border-color: #847E53; }
span { border-color: rgb(132,126,83); }
td.TdClassName
{
border-color: #847E53;
}
.TagClassName
{
border-color: #847E53;
}
</style>