Shades of Potters Clay #795D43
Tints of Potters Clay #795D43
RGB
CMYK
RGB Variations
Color information
#795D43 (or 0x795D43) is known color: Potters Clay. HEX triplet: 79, 5D and 43. RGB value is (121,93,67). Sum of RGB (Red+Green+Blue) = 121+93+67=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #795D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D43 is #86A2BC. Grayscale: #626262. Windows color (decimal): -8823485 or 4414841. OLE color: 4414841.
HSL color Cylindrical-coordinate representation of color #795D43: hue angle of 28.89º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795D43 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 67 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.53 |
| HSL | 28.89º | 0.29% | 0.37% | - |
| HSV(B) | 28.89º | 0.45% | 0.47% | - |
| XYZ | 12.81 | 12.3 | 7.01 | - |
| YUV | 98.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 67 | 0 | 0.23 | 0.45 | 0.53 | 28.89 | 0.29 | 0.37 |
| Hex | 79 | 5D | 43 | 0 | 17 | 2D | 35 | 1D | 1D | 25 |
| Octal | 171 | 135 | 103 | 0 | 27 | 55 | 65 | 35 | 35 | 45 |
| Binary | 1111001 | 1011101 | 1000011 | 0 | 10111 | 101101 | 110101 | 11101 | 11101 | 100101 |
Color Harmonies of #795D43
Complementary color
Monochromatic Colors of #795D43
Black with #795D43
Text Example
Text Example
White with #795D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D43; }
p { color: rgb(121,93,67); }
H1.HeaderClassName
{
color: #795D43;
}
.AnyTagClassName
{
color: #795D43;
}
</style>
background-color css
<style>
a { background-color: #795D43; }
a { background-color: rgb(121,93,67); }
div.DivClassName
{
background-color: #795D43;
}
.BgClassName
{
background-color: #795D43;
}
</style>
border-color css
<style>
span { border-color: #795D43; }
span { border-color: rgb(121,93,67); }
td.TdClassName
{
border-color: #795D43;
}
.TagClassName
{
border-color: #795D43;
}
</style>