Shades of Potters Clay #795C47
Tints of Potters Clay #795C47
RGB
CMYK
RGB Variations
Color information
#795C47 (or 0x795C47) is known color: Potters Clay. HEX triplet: 79, 5C and 47. RGB value is (121,92,71). Sum of RGB (Red+Green+Blue) = 121+92+71=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #795C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C47 is #86A3B8. Grayscale: #626262. Windows color (decimal): -8823737 or 4676729. OLE color: 4676729.
HSL color Cylindrical-coordinate representation of color #795C47: hue angle of 25.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #795C47 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 71 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.53 |
| HSL | 25.2º | 0.26% | 0.38% | - |
| HSV(B) | 25.2º | 0.41% | 0.47% | - |
| XYZ | 12.85 | 12.17 | 7.63 | - |
| YUV | 98.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 71 | 0 | 0.24 | 0.41 | 0.53 | 25.2 | 0.26 | 0.38 |
| Hex | 79 | 5C | 47 | 0 | 18 | 29 | 35 | 19 | 1A | 26 |
| Octal | 171 | 134 | 107 | 0 | 30 | 51 | 65 | 31 | 32 | 46 |
| Binary | 1111001 | 1011100 | 1000111 | 0 | 11000 | 101001 | 110101 | 11001 | 11010 | 100110 |
Color Harmonies of #795C47
Complementary color
Monochromatic Colors of #795C47
Black with #795C47
Text Example
Text Example
White with #795C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C47; }
p { color: rgb(121,92,71); }
H1.HeaderClassName
{
color: #795C47;
}
.AnyTagClassName
{
color: #795C47;
}
</style>
background-color css
<style>
a { background-color: #795C47; }
a { background-color: rgb(121,92,71); }
div.DivClassName
{
background-color: #795C47;
}
.BgClassName
{
background-color: #795C47;
}
</style>
border-color css
<style>
span { border-color: #795C47; }
span { border-color: rgb(121,92,71); }
td.TdClassName
{
border-color: #795C47;
}
.TagClassName
{
border-color: #795C47;
}
</style>