Shades of Clay Creek #847E57
Tints of Clay Creek #847E57
RGB
CMYK
RGB Variations
Color information
#847E57 (or 0x847E57) is known color: Clay Creek. HEX triplet: 84, 7E and 57. RGB value is (132,126,87). Sum of RGB (Red+Green+Blue) = 132+126+87=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #847E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E57 is #7B81A8. Grayscale: #7B7B7B. Windows color (decimal): -8094121 or 5734020. OLE color: 5734020.
HSL color Cylindrical-coordinate representation of color #847E57: hue angle of 52º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #847E57 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 87 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.48 |
| HSL | 52º | 0.21% | 0.43% | - |
| HSV(B) | 52º | 0.34% | 0.52% | - |
| XYZ | 18.7 | 20.52 | 11.99 | - |
| YUV | 123.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 87 | 0 | 0.05 | 0.34 | 0.48 | 52 | 0.21 | 0.43 |
| Hex | 84 | 7E | 57 | 0 | 5 | 22 | 30 | 34 | 15 | 2B |
| Octal | 204 | 176 | 127 | 0 | 5 | 42 | 60 | 64 | 25 | 53 |
| Binary | 10000100 | 1111110 | 1010111 | 0 | 101 | 100010 | 110000 | 110100 | 10101 | 101011 |
Color Harmonies of #847E57
Complementary color
Monochromatic Colors of #847E57
Black with #847E57
Text Example
Text Example
White with #847E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E57; }
p { color: rgb(132,126,87); }
H1.HeaderClassName
{
color: #847E57;
}
.AnyTagClassName
{
color: #847E57;
}
</style>
background-color css
<style>
a { background-color: #847E57; }
a { background-color: rgb(132,126,87); }
div.DivClassName
{
background-color: #847E57;
}
.BgClassName
{
background-color: #847E57;
}
</style>
border-color css
<style>
span { border-color: #847E57; }
span { border-color: rgb(132,126,87); }
td.TdClassName
{
border-color: #847E57;
}
.TagClassName
{
border-color: #847E57;
}
</style>