Shades of Clay Creek #847C51
Tints of Clay Creek #847C51
RGB
CMYK
RGB Variations
Color information
#847C51 (or 0x847C51) is known color: Clay Creek. HEX triplet: 84, 7C and 51. RGB value is (132,124,81). Sum of RGB (Red+Green+Blue) = 132+124+81=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #847C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C51 is #7B83AE. Grayscale: #797979. Windows color (decimal): -8094639 or 5340292. OLE color: 5340292.
HSL color Cylindrical-coordinate representation of color #847C51: hue angle of 50.59º degrees, saturation: 0.24, 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 #847C51 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 81 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.48 |
| HSL | 50.59º | 0.24% | 0.42% | - |
| HSV(B) | 50.59º | 0.39% | 0.52% | - |
| XYZ | 18.21 | 19.91 | 10.67 | - |
| YUV | 121.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 81 | 0 | 0.06 | 0.39 | 0.48 | 50.59 | 0.24 | 0.42 |
| Hex | 84 | 7C | 51 | 0 | 6 | 27 | 30 | 33 | 18 | 2A |
| Octal | 204 | 174 | 121 | 0 | 6 | 47 | 60 | 63 | 30 | 52 |
| Binary | 10000100 | 1111100 | 1010001 | 0 | 110 | 100111 | 110000 | 110011 | 11000 | 101010 |
Color Harmonies of #847C51
Complementary color
Monochromatic Colors of #847C51
Black with #847C51
Text Example
Text Example
White with #847C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C51; }
p { color: rgb(132,124,81); }
H1.HeaderClassName
{
color: #847C51;
}
.AnyTagClassName
{
color: #847C51;
}
</style>
background-color css
<style>
a { background-color: #847C51; }
a { background-color: rgb(132,124,81); }
div.DivClassName
{
background-color: #847C51;
}
.BgClassName
{
background-color: #847C51;
}
</style>
border-color css
<style>
span { border-color: #847C51; }
span { border-color: rgb(132,124,81); }
td.TdClassName
{
border-color: #847C51;
}
.TagClassName
{
border-color: #847C51;
}
</style>