Shades of Potters Clay #7E5938
Tints of Potters Clay #7E5938
RGB
CMYK
RGB Variations
Color information
#7E5938 (or 0x7E5938) is known color: Potters Clay. HEX triplet: 7E, 59 and 38. RGB value is (126,89,56). Sum of RGB (Red+Green+Blue) = 126+89+56=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5938 is #81A6C7. Grayscale: #606060. Windows color (decimal): -8496840 or 3692926. OLE color: 3692926.
HSL color Cylindrical-coordinate representation of color #7E5938: hue angle of 28.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E5938 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 89 | 56 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.51 |
| HSL | 28.29º | 0.38% | 0.36% | - |
| HSV(B) | 28.29º | 0.56% | 0.49% | - |
| XYZ | 12.89 | 11.87 | 5.35 | - |
| YUV | 96.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 56 | 0 | 0.29 | 0.56 | 0.51 | 28.29 | 0.38 | 0.36 |
| Hex | 7E | 59 | 38 | 0 | 1D | 38 | 33 | 1C | 26 | 24 |
| Octal | 176 | 131 | 70 | 0 | 35 | 70 | 63 | 34 | 46 | 44 |
| Binary | 1111110 | 1011001 | 111000 | 0 | 11101 | 111000 | 110011 | 11100 | 100110 | 100100 |
Color Harmonies of #7E5938
Complementary color
Monochromatic Colors of #7E5938
Black with #7E5938
Text Example
Text Example
White with #7E5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5938; }
p { color: rgb(126,89,56); }
H1.HeaderClassName
{
color: #7E5938;
}
.AnyTagClassName
{
color: #7E5938;
}
</style>
background-color css
<style>
a { background-color: #7E5938; }
a { background-color: rgb(126,89,56); }
div.DivClassName
{
background-color: #7E5938;
}
.BgClassName
{
background-color: #7E5938;
}
</style>
border-color css
<style>
span { border-color: #7E5938; }
span { border-color: rgb(126,89,56); }
td.TdClassName
{
border-color: #7E5938;
}
.TagClassName
{
border-color: #7E5938;
}
</style>