Shades of Clay Creek #847E50
Tints of Clay Creek #847E50
RGB
CMYK
RGB Variations
Color information
#847E50 (or 0x847E50) is known color: Clay Creek. HEX triplet: 84, 7E and 50. RGB value is (132,126,80). Sum of RGB (Red+Green+Blue) = 132+126+80=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #847E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E50 is #7B81AF. Grayscale: #7A7A7A. Windows color (decimal): -8094128 or 5275268. OLE color: 5275268.
HSL color Cylindrical-coordinate representation of color #847E50: hue angle of 53.08º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #847E50 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 80 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.48 |
| HSL | 53.08º | 0.25% | 0.42% | - |
| HSV(B) | 53.08º | 0.39% | 0.52% | - |
| XYZ | 18.42 | 20.41 | 10.56 | - |
| YUV | 122.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 80 | 0 | 0.05 | 0.39 | 0.48 | 53.08 | 0.25 | 0.42 |
| Hex | 84 | 7E | 50 | 0 | 5 | 27 | 30 | 35 | 19 | 2A |
| Octal | 204 | 176 | 120 | 0 | 5 | 47 | 60 | 65 | 31 | 52 |
| Binary | 10000100 | 1111110 | 1010000 | 0 | 101 | 100111 | 110000 | 110101 | 11001 | 101010 |
Color Harmonies of #847E50
Complementary color
Monochromatic Colors of #847E50
Black with #847E50
Text Example
Text Example
White with #847E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E50; }
p { color: rgb(132,126,80); }
H1.HeaderClassName
{
color: #847E50;
}
.AnyTagClassName
{
color: #847E50;
}
</style>
background-color css
<style>
a { background-color: #847E50; }
a { background-color: rgb(132,126,80); }
div.DivClassName
{
background-color: #847E50;
}
.BgClassName
{
background-color: #847E50;
}
</style>
border-color css
<style>
span { border-color: #847E50; }
span { border-color: rgb(132,126,80); }
td.TdClassName
{
border-color: #847E50;
}
.TagClassName
{
border-color: #847E50;
}
</style>