Shades of Potters Clay #7C5946
Tints of Potters Clay #7C5946
RGB
CMYK
RGB Variations
Color information
#7C5946 (or 0x7C5946) is known color: Potters Clay. HEX triplet: 7C, 59 and 46. RGB value is (124,89,70). Sum of RGB (Red+Green+Blue) = 124+89+70=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5946 is #83A6B9. Grayscale: #616161. Windows color (decimal): -8627898 or 4610428. OLE color: 4610428.
HSL color Cylindrical-coordinate representation of color #7C5946: hue angle of 21.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C5946 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 70 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.51 |
| HSL | 21.11º | 0.28% | 0.38% | - |
| HSV(B) | 21.11º | 0.44% | 0.49% | - |
| XYZ | 12.99 | 11.87 | 7.4 | - |
| YUV | 97.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 70 | 0 | 0.28 | 0.44 | 0.51 | 21.11 | 0.28 | 0.38 |
| Hex | 7C | 59 | 46 | 0 | 1C | 2C | 33 | 15 | 1C | 26 |
| Octal | 174 | 131 | 106 | 0 | 34 | 54 | 63 | 25 | 34 | 46 |
| Binary | 1111100 | 1011001 | 1000110 | 0 | 11100 | 101100 | 110011 | 10101 | 11100 | 100110 |
Color Harmonies of #7C5946
Complementary color
Monochromatic Colors of #7C5946
Black with #7C5946
Text Example
Text Example
White with #7C5946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5946; }
p { color: rgb(124,89,70); }
H1.HeaderClassName
{
color: #7C5946;
}
.AnyTagClassName
{
color: #7C5946;
}
</style>
background-color css
<style>
a { background-color: #7C5946; }
a { background-color: rgb(124,89,70); }
div.DivClassName
{
background-color: #7C5946;
}
.BgClassName
{
background-color: #7C5946;
}
</style>
border-color css
<style>
span { border-color: #7C5946; }
span { border-color: rgb(124,89,70); }
td.TdClassName
{
border-color: #7C5946;
}
.TagClassName
{
border-color: #7C5946;
}
</style>