Shades of Clay Creek #847C5E
Tints of Clay Creek #847C5E
RGB
CMYK
RGB Variations
Color information
#847C5E (or 0x847C5E) is known color: Clay Creek. HEX triplet: 84, 7C and 5E. RGB value is (132,124,94). Sum of RGB (Red+Green+Blue) = 132+124+94=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #847C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C5E is #7B83A1. Grayscale: #7B7B7B. Windows color (decimal): -8094626 or 6192260. OLE color: 6192260.
HSL color Cylindrical-coordinate representation of color #847C5E: hue angle of 47.37º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #847C5E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 94 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.48 |
| HSL | 47.37º | 0.17% | 0.44% | - |
| HSV(B) | 47.37º | 0.29% | 0.52% | - |
| XYZ | 18.74 | 20.13 | 13.49 | - |
| YUV | 122.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 94 | 0 | 0.06 | 0.29 | 0.48 | 47.37 | 0.17 | 0.44 |
| Hex | 84 | 7C | 5E | 0 | 6 | 1D | 30 | 2F | 11 | 2C |
| Octal | 204 | 174 | 136 | 0 | 6 | 35 | 60 | 57 | 21 | 54 |
| Binary | 10000100 | 1111100 | 1011110 | 0 | 110 | 11101 | 110000 | 101111 | 10001 | 101100 |
Color Harmonies of #847C5E
Complementary color
Monochromatic Colors of #847C5E
Black with #847C5E
Text Example
Text Example
White with #847C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C5E; }
p { color: rgb(132,124,94); }
H1.HeaderClassName
{
color: #847C5E;
}
.AnyTagClassName
{
color: #847C5E;
}
</style>
background-color css
<style>
a { background-color: #847C5E; }
a { background-color: rgb(132,124,94); }
div.DivClassName
{
background-color: #847C5E;
}
.BgClassName
{
background-color: #847C5E;
}
</style>
border-color css
<style>
span { border-color: #847C5E; }
span { border-color: rgb(132,124,94); }
td.TdClassName
{
border-color: #847C5E;
}
.TagClassName
{
border-color: #847C5E;
}
</style>