Shades of Potters Clay #7C593C
Tints of Potters Clay #7C593C
RGB
CMYK
RGB Variations
Color information
#7C593C (or 0x7C593C) is known color: Potters Clay. HEX triplet: 7C, 59 and 3C. RGB value is (124,89,60). Sum of RGB (Red+Green+Blue) = 124+89+60=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C593C is #83A6C3. Grayscale: #606060. Windows color (decimal): -8627908 or 3955068. OLE color: 3955068.
HSL color Cylindrical-coordinate representation of color #7C593C: hue angle of 27.19º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C593C is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 60 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.51 |
| HSL | 27.19º | 0.35% | 0.36% | - |
| HSV(B) | 27.19º | 0.52% | 0.49% | - |
| XYZ | 12.7 | 11.76 | 5.87 | - |
| YUV | 96.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 60 | 0 | 0.28 | 0.52 | 0.51 | 27.19 | 0.35 | 0.36 |
| Hex | 7C | 59 | 3C | 0 | 1C | 34 | 33 | 1B | 23 | 24 |
| Octal | 174 | 131 | 74 | 0 | 34 | 64 | 63 | 33 | 43 | 44 |
| Binary | 1111100 | 1011001 | 111100 | 0 | 11100 | 110100 | 110011 | 11011 | 100011 | 100100 |
Color Harmonies of #7C593C
Complementary color
Monochromatic Colors of #7C593C
Black with #7C593C
Text Example
Text Example
White with #7C593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C593C; }
p { color: rgb(124,89,60); }
H1.HeaderClassName
{
color: #7C593C;
}
.AnyTagClassName
{
color: #7C593C;
}
</style>
background-color css
<style>
a { background-color: #7C593C; }
a { background-color: rgb(124,89,60); }
div.DivClassName
{
background-color: #7C593C;
}
.BgClassName
{
background-color: #7C593C;
}
</style>
border-color css
<style>
span { border-color: #7C593C; }
span { border-color: rgb(124,89,60); }
td.TdClassName
{
border-color: #7C593C;
}
.TagClassName
{
border-color: #7C593C;
}
</style>