Shades of Clay Creek #847E5D
Tints of Clay Creek #847E5D
RGB
CMYK
RGB Variations
Color information
#847E5D (or 0x847E5D) is known color: Clay Creek. HEX triplet: 84, 7E and 5D. RGB value is (132,126,93). Sum of RGB (Red+Green+Blue) = 132+126+93=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #847E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E5D is #7B81A2. Grayscale: #7C7C7C. Windows color (decimal): -8094115 or 6127236. OLE color: 6127236.
HSL color Cylindrical-coordinate representation of color #847E5D: hue angle of 50.77º 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 #847E5D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 93 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.48 |
| HSL | 50.77º | 0.17% | 0.44% | - |
| HSV(B) | 50.77º | 0.3% | 0.52% | - |
| XYZ | 18.95 | 20.62 | 13.34 | - |
| YUV | 124.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 93 | 0 | 0.05 | 0.30 | 0.48 | 50.77 | 0.17 | 0.44 |
| Hex | 84 | 7E | 5D | 0 | 5 | 1E | 30 | 33 | 11 | 2C |
| Octal | 204 | 176 | 135 | 0 | 5 | 36 | 60 | 63 | 21 | 54 |
| Binary | 10000100 | 1111110 | 1011101 | 0 | 101 | 11110 | 110000 | 110011 | 10001 | 101100 |
Color Harmonies of #847E5D
Complementary color
Monochromatic Colors of #847E5D
Black with #847E5D
Text Example
Text Example
White with #847E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E5D; }
p { color: rgb(132,126,93); }
H1.HeaderClassName
{
color: #847E5D;
}
.AnyTagClassName
{
color: #847E5D;
}
</style>
background-color css
<style>
a { background-color: #847E5D; }
a { background-color: rgb(132,126,93); }
div.DivClassName
{
background-color: #847E5D;
}
.BgClassName
{
background-color: #847E5D;
}
</style>
border-color css
<style>
span { border-color: #847E5D; }
span { border-color: rgb(132,126,93); }
td.TdClassName
{
border-color: #847E5D;
}
.TagClassName
{
border-color: #847E5D;
}
</style>