Shades of Potters Clay #7C5841
Tints of Potters Clay #7C5841
RGB
CMYK
RGB Variations
Color information
#7C5841 (or 0x7C5841) is known color: Potters Clay. HEX triplet: 7C, 58 and 41. RGB value is (124,88,65). Sum of RGB (Red+Green+Blue) = 124+88+65=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5841 is #83A7BE. Grayscale: #606060. Windows color (decimal): -8628159 or 4282492. OLE color: 4282492.
HSL color Cylindrical-coordinate representation of color #7C5841: hue angle of 23.39º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C5841 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 65 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.51 |
| HSL | 23.39º | 0.31% | 0.37% | - |
| HSV(B) | 23.39º | 0.48% | 0.49% | - |
| XYZ | 12.76 | 11.65 | 6.58 | - |
| YUV | 96.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 65 | 0 | 0.29 | 0.48 | 0.51 | 23.39 | 0.31 | 0.37 |
| Hex | 7C | 58 | 41 | 0 | 1D | 30 | 33 | 17 | 1F | 25 |
| Octal | 174 | 130 | 101 | 0 | 35 | 60 | 63 | 27 | 37 | 45 |
| Binary | 1111100 | 1011000 | 1000001 | 0 | 11101 | 110000 | 110011 | 10111 | 11111 | 100101 |
Color Harmonies of #7C5841
Complementary color
Monochromatic Colors of #7C5841
Black with #7C5841
Text Example
Text Example
White with #7C5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5841; }
p { color: rgb(124,88,65); }
H1.HeaderClassName
{
color: #7C5841;
}
.AnyTagClassName
{
color: #7C5841;
}
</style>
background-color css
<style>
a { background-color: #7C5841; }
a { background-color: rgb(124,88,65); }
div.DivClassName
{
background-color: #7C5841;
}
.BgClassName
{
background-color: #7C5841;
}
</style>
border-color css
<style>
span { border-color: #7C5841; }
span { border-color: rgb(124,88,65); }
td.TdClassName
{
border-color: #7C5841;
}
.TagClassName
{
border-color: #7C5841;
}
</style>