Shades of Clay Creek #847C5D
Tints of Clay Creek #847C5D
RGB
CMYK
RGB Variations
Color information
#847C5D (or 0x847C5D) is known color: Clay Creek. HEX triplet: 84, 7C and 5D. RGB value is (132,124,93). Sum of RGB (Red+Green+Blue) = 132+124+93=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #847C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C5D is #7B83A2. Grayscale: #7A7A7A. Windows color (decimal): -8094627 or 6126724. OLE color: 6126724.
HSL color Cylindrical-coordinate representation of color #847C5D: hue angle of 47.69º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #847C5D is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 93 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.48 |
| HSL | 47.69º | 0.17% | 0.44% | - |
| HSV(B) | 47.69º | 0.3% | 0.52% | - |
| XYZ | 18.7 | 20.11 | 13.25 | - |
| YUV | 122.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 93 | 0 | 0.06 | 0.30 | 0.48 | 47.69 | 0.17 | 0.44 |
| Hex | 84 | 7C | 5D | 0 | 6 | 1E | 30 | 30 | 11 | 2C |
| Octal | 204 | 174 | 135 | 0 | 6 | 36 | 60 | 60 | 21 | 54 |
| Binary | 10000100 | 1111100 | 1011101 | 0 | 110 | 11110 | 110000 | 110000 | 10001 | 101100 |
Color Harmonies of #847C5D
Complementary color
Monochromatic Colors of #847C5D
Black with #847C5D
Text Example
Text Example
White with #847C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C5D; }
p { color: rgb(132,124,93); }
H1.HeaderClassName
{
color: #847C5D;
}
.AnyTagClassName
{
color: #847C5D;
}
</style>
background-color css
<style>
a { background-color: #847C5D; }
a { background-color: rgb(132,124,93); }
div.DivClassName
{
background-color: #847C5D;
}
.BgClassName
{
background-color: #847C5D;
}
</style>
border-color css
<style>
span { border-color: #847C5D; }
span { border-color: rgb(132,124,93); }
td.TdClassName
{
border-color: #847C5D;
}
.TagClassName
{
border-color: #847C5D;
}
</style>