Shades of Potters Clay #795C44
Tints of Potters Clay #795C44
RGB
CMYK
RGB Variations
Color information
#795C44 (or 0x795C44) is known color: Potters Clay. HEX triplet: 79, 5C and 44. RGB value is (121,92,68). Sum of RGB (Red+Green+Blue) = 121+92+68=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #795C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C44 is #86A3BB. Grayscale: #626262. Windows color (decimal): -8823740 or 4480121. OLE color: 4480121.
HSL color Cylindrical-coordinate representation of color #795C44: hue angle of 27.17º 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 #795C44 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 68 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.53 |
| HSL | 27.17º | 0.28% | 0.37% | - |
| HSV(B) | 27.17º | 0.44% | 0.47% | - |
| XYZ | 12.76 | 12.14 | 7.14 | - |
| YUV | 97.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 68 | 0 | 0.24 | 0.44 | 0.53 | 27.17 | 0.28 | 0.37 |
| Hex | 79 | 5C | 44 | 0 | 18 | 2C | 35 | 1B | 1C | 25 |
| Octal | 171 | 134 | 104 | 0 | 30 | 54 | 65 | 33 | 34 | 45 |
| Binary | 1111001 | 1011100 | 1000100 | 0 | 11000 | 101100 | 110101 | 11011 | 11100 | 100101 |
Color Harmonies of #795C44
Complementary color
Monochromatic Colors of #795C44
Black with #795C44
Text Example
Text Example
White with #795C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C44; }
p { color: rgb(121,92,68); }
H1.HeaderClassName
{
color: #795C44;
}
.AnyTagClassName
{
color: #795C44;
}
</style>
background-color css
<style>
a { background-color: #795C44; }
a { background-color: rgb(121,92,68); }
div.DivClassName
{
background-color: #795C44;
}
.BgClassName
{
background-color: #795C44;
}
</style>
border-color css
<style>
span { border-color: #795C44; }
span { border-color: rgb(121,92,68); }
td.TdClassName
{
border-color: #795C44;
}
.TagClassName
{
border-color: #795C44;
}
</style>