Shades of Potters Clay #7F593D
Tints of Potters Clay #7F593D
RGB
CMYK
RGB Variations
Color information
#7F593D (or 0x7F593D) is known color: Potters Clay. HEX triplet: 7F, 59 and 3D. RGB value is (127,89,61). Sum of RGB (Red+Green+Blue) = 127+89+61=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F593D is #80A6C2. Grayscale: #616161. Windows color (decimal): -8431299 or 4020607. OLE color: 4020607.
HSL color Cylindrical-coordinate representation of color #7F593D: hue angle of 25.45º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F593D is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 89 | 61 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.50 |
| HSL | 25.45º | 0.35% | 0.37% | - |
| HSV(B) | 25.45º | 0.52% | 0.5% | - |
| XYZ | 13.17 | 11.99 | 6.04 | - |
| YUV | 97.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 61 | 0 | 0.30 | 0.52 | 0.50 | 25.45 | 0.35 | 0.37 |
| Hex | 7F | 59 | 3D | 0 | 1E | 34 | 32 | 19 | 23 | 25 |
| Octal | 177 | 131 | 75 | 0 | 36 | 64 | 62 | 31 | 43 | 45 |
| Binary | 1111111 | 1011001 | 111101 | 0 | 11110 | 110100 | 110010 | 11001 | 100011 | 100101 |
Color Harmonies of #7F593D
Complementary color
Monochromatic Colors of #7F593D
Black with #7F593D
Text Example
Text Example
White with #7F593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F593D; }
p { color: rgb(127,89,61); }
H1.HeaderClassName
{
color: #7F593D;
}
.AnyTagClassName
{
color: #7F593D;
}
</style>
background-color css
<style>
a { background-color: #7F593D; }
a { background-color: rgb(127,89,61); }
div.DivClassName
{
background-color: #7F593D;
}
.BgClassName
{
background-color: #7F593D;
}
</style>
border-color css
<style>
span { border-color: #7F593D; }
span { border-color: rgb(127,89,61); }
td.TdClassName
{
border-color: #7F593D;
}
.TagClassName
{
border-color: #7F593D;
}
</style>