Shades of Clay Creek #847C56
Tints of Clay Creek #847C56
RGB
CMYK
RGB Variations
Color information
#847C56 (or 0x847C56) is known color: Clay Creek. HEX triplet: 84, 7C and 56. RGB value is (132,124,86). Sum of RGB (Red+Green+Blue) = 132+124+86=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #847C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C56 is #7B83A9. Grayscale: #7A7A7A. Windows color (decimal): -8094634 or 5667972. OLE color: 5667972.
HSL color Cylindrical-coordinate representation of color #847C56: hue angle of 49.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #847C56 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 86 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.48 |
| HSL | 49.57º | 0.21% | 0.43% | - |
| HSV(B) | 49.57º | 0.35% | 0.52% | - |
| XYZ | 18.4 | 19.99 | 11.69 | - |
| YUV | 122.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 86 | 0 | 0.06 | 0.35 | 0.48 | 49.57 | 0.21 | 0.43 |
| Hex | 84 | 7C | 56 | 0 | 6 | 23 | 30 | 32 | 15 | 2B |
| Octal | 204 | 174 | 126 | 0 | 6 | 43 | 60 | 62 | 25 | 53 |
| Binary | 10000100 | 1111100 | 1010110 | 0 | 110 | 100011 | 110000 | 110010 | 10101 | 101011 |
Color Harmonies of #847C56
Complementary color
Monochromatic Colors of #847C56
Black with #847C56
Text Example
Text Example
White with #847C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C56; }
p { color: rgb(132,124,86); }
H1.HeaderClassName
{
color: #847C56;
}
.AnyTagClassName
{
color: #847C56;
}
</style>
background-color css
<style>
a { background-color: #847C56; }
a { background-color: rgb(132,124,86); }
div.DivClassName
{
background-color: #847C56;
}
.BgClassName
{
background-color: #847C56;
}
</style>
border-color css
<style>
span { border-color: #847C56; }
span { border-color: rgb(132,124,86); }
td.TdClassName
{
border-color: #847C56;
}
.TagClassName
{
border-color: #847C56;
}
</style>