Shades of Potters Clay #7E5638
Tints of Potters Clay #7E5638
RGB
CMYK
RGB Variations
Color information
#7E5638 (or 0x7E5638) is known color: Potters Clay. HEX triplet: 7E, 56 and 38. RGB value is (126,86,56). Sum of RGB (Red+Green+Blue) = 126+86+56=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5638 is #81A9C7. Grayscale: #5E5E5E. Windows color (decimal): -8497608 or 3692158. OLE color: 3692158.
HSL color Cylindrical-coordinate representation of color #7E5638: hue angle of 25.71º 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 #7E5638 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 56 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.51 |
| HSL | 25.71º | 0.38% | 0.36% | - |
| HSV(B) | 25.71º | 0.56% | 0.49% | - |
| XYZ | 12.65 | 11.38 | 5.27 | - |
| YUV | 94.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 56 | 0 | 0.32 | 0.56 | 0.51 | 25.71 | 0.38 | 0.36 |
| Hex | 7E | 56 | 38 | 0 | 20 | 38 | 33 | 1A | 26 | 24 |
| Octal | 176 | 126 | 70 | 0 | 40 | 70 | 63 | 32 | 46 | 44 |
| Binary | 1111110 | 1010110 | 111000 | 0 | 100000 | 111000 | 110011 | 11010 | 100110 | 100100 |
Color Harmonies of #7E5638
Complementary color
Monochromatic Colors of #7E5638
Black with #7E5638
Text Example
Text Example
White with #7E5638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5638; }
p { color: rgb(126,86,56); }
H1.HeaderClassName
{
color: #7E5638;
}
.AnyTagClassName
{
color: #7E5638;
}
</style>
background-color css
<style>
a { background-color: #7E5638; }
a { background-color: rgb(126,86,56); }
div.DivClassName
{
background-color: #7E5638;
}
.BgClassName
{
background-color: #7E5638;
}
</style>
border-color css
<style>
span { border-color: #7E5638; }
span { border-color: rgb(126,86,56); }
td.TdClassName
{
border-color: #7E5638;
}
.TagClassName
{
border-color: #7E5638;
}
</style>