Shades of Potters Clay #7E5D3D
Tints of Potters Clay #7E5D3D
RGB
CMYK
RGB Variations
Color information
#7E5D3D (or 0x7E5D3D) is known color: Potters Clay. HEX triplet: 7E, 5D and 3D. RGB value is (126,93,61). Sum of RGB (Red+Green+Blue) = 126+93+61=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5D3D is #81A2C2. Grayscale: #636363. Windows color (decimal): -8495811 or 4021630. OLE color: 4021630.
HSL color Cylindrical-coordinate representation of color #7E5D3D: hue angle of 29.54º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E5D3D is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 93 | 61 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.51 |
| HSL | 29.54º | 0.35% | 0.37% | - |
| HSV(B) | 29.54º | 0.52% | 0.49% | - |
| XYZ | 13.36 | 12.6 | 6.14 | - |
| YUV | 99.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 61 | 0 | 0.26 | 0.52 | 0.51 | 29.54 | 0.35 | 0.37 |
| Hex | 7E | 5D | 3D | 0 | 1A | 34 | 33 | 1E | 23 | 25 |
| Octal | 176 | 135 | 75 | 0 | 32 | 64 | 63 | 36 | 43 | 45 |
| Binary | 1111110 | 1011101 | 111101 | 0 | 11010 | 110100 | 110011 | 11110 | 100011 | 100101 |
Color Harmonies of #7E5D3D
Complementary color
Monochromatic Colors of #7E5D3D
Black with #7E5D3D
Text Example
Text Example
White with #7E5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5D3D; }
p { color: rgb(126,93,61); }
H1.HeaderClassName
{
color: #7E5D3D;
}
.AnyTagClassName
{
color: #7E5D3D;
}
</style>
background-color css
<style>
a { background-color: #7E5D3D; }
a { background-color: rgb(126,93,61); }
div.DivClassName
{
background-color: #7E5D3D;
}
.BgClassName
{
background-color: #7E5D3D;
}
</style>
border-color css
<style>
span { border-color: #7E5D3D; }
span { border-color: rgb(126,93,61); }
td.TdClassName
{
border-color: #7E5D3D;
}
.TagClassName
{
border-color: #7E5D3D;
}
</style>