Shades of Potters Clay #7E5941
Tints of Potters Clay #7E5941
RGB
CMYK
RGB Variations
Color information
#7E5941 (or 0x7E5941) is known color: Potters Clay. HEX triplet: 7E, 59 and 41. RGB value is (126,89,65). Sum of RGB (Red+Green+Blue) = 126+89+65=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5941 is #81A6BE. Grayscale: #616161. Windows color (decimal): -8496831 or 4282750. OLE color: 4282750.
HSL color Cylindrical-coordinate representation of color #7E5941: hue angle of 23.61º degrees, saturation: 0.32, 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 #7E5941 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 89 | 65 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.51 |
| HSL | 23.61º | 0.32% | 0.37% | - |
| HSV(B) | 23.61º | 0.48% | 0.49% | - |
| XYZ | 13.13 | 11.96 | 6.62 | - |
| YUV | 97.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 65 | 0 | 0.29 | 0.48 | 0.51 | 23.61 | 0.32 | 0.37 |
| Hex | 7E | 59 | 41 | 0 | 1D | 30 | 33 | 18 | 20 | 25 |
| Octal | 176 | 131 | 101 | 0 | 35 | 60 | 63 | 30 | 40 | 45 |
| Binary | 1111110 | 1011001 | 1000001 | 0 | 11101 | 110000 | 110011 | 11000 | 100000 | 100101 |
Color Harmonies of #7E5941
Complementary color
Monochromatic Colors of #7E5941
Black with #7E5941
Text Example
Text Example
White with #7E5941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5941; }
p { color: rgb(126,89,65); }
H1.HeaderClassName
{
color: #7E5941;
}
.AnyTagClassName
{
color: #7E5941;
}
</style>
background-color css
<style>
a { background-color: #7E5941; }
a { background-color: rgb(126,89,65); }
div.DivClassName
{
background-color: #7E5941;
}
.BgClassName
{
background-color: #7E5941;
}
</style>
border-color css
<style>
span { border-color: #7E5941; }
span { border-color: rgb(126,89,65); }
td.TdClassName
{
border-color: #7E5941;
}
.TagClassName
{
border-color: #7E5941;
}
</style>