Shades of Potters Clay #795A44
Tints of Potters Clay #795A44
RGB
CMYK
RGB Variations
Color information
#795A44 (or 0x795A44) is known color: Potters Clay. HEX triplet: 79, 5A and 44. RGB value is (121,90,68). Sum of RGB (Red+Green+Blue) = 121+90+68=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #795A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A44 is #86A5BB. Grayscale: #606060. Windows color (decimal): -8824252 or 4479609. OLE color: 4479609.
HSL color Cylindrical-coordinate representation of color #795A44: hue angle of 24.91º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #795A44 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 90 | 68 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.53 |
| HSL | 24.91º | 0.28% | 0.37% | - |
| HSV(B) | 24.91º | 0.44% | 0.47% | - |
| XYZ | 12.58 | 11.79 | 7.08 | - |
| YUV | 96.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 68 | 0 | 0.26 | 0.44 | 0.53 | 24.91 | 0.28 | 0.37 |
| Hex | 79 | 5A | 44 | 0 | 1A | 2C | 35 | 19 | 1C | 25 |
| Octal | 171 | 132 | 104 | 0 | 32 | 54 | 65 | 31 | 34 | 45 |
| Binary | 1111001 | 1011010 | 1000100 | 0 | 11010 | 101100 | 110101 | 11001 | 11100 | 100101 |
Color Harmonies of #795A44
Complementary color
Monochromatic Colors of #795A44
Black with #795A44
Text Example
Text Example
White with #795A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A44; }
p { color: rgb(121,90,68); }
H1.HeaderClassName
{
color: #795A44;
}
.AnyTagClassName
{
color: #795A44;
}
</style>
background-color css
<style>
a { background-color: #795A44; }
a { background-color: rgb(121,90,68); }
div.DivClassName
{
background-color: #795A44;
}
.BgClassName
{
background-color: #795A44;
}
</style>
border-color css
<style>
span { border-color: #795A44; }
span { border-color: rgb(121,90,68); }
td.TdClassName
{
border-color: #795A44;
}
.TagClassName
{
border-color: #795A44;
}
</style>