Shades of Potters Clay #795840
Tints of Potters Clay #795840
RGB
CMYK
RGB Variations
Color information
#795840 (or 0x795840) is known color: Potters Clay. HEX triplet: 79, 58 and 40. RGB value is (121,88,64). Sum of RGB (Red+Green+Blue) = 121+88+64=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #795840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795840 is #86A7BF. Grayscale: #5F5F5F. Windows color (decimal): -8824768 or 4216953. OLE color: 4216953.
HSL color Cylindrical-coordinate representation of color #795840: hue angle of 25.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795840 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 88 | 64 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.53 |
| HSL | 25.26º | 0.31% | 0.36% | - |
| HSV(B) | 25.26º | 0.47% | 0.47% | - |
| XYZ | 12.3 | 11.41 | 6.41 | - |
| YUV | 95.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 64 | 0 | 0.27 | 0.47 | 0.53 | 25.26 | 0.31 | 0.36 |
| Hex | 79 | 58 | 40 | 0 | 1B | 2F | 35 | 19 | 1F | 24 |
| Octal | 171 | 130 | 100 | 0 | 33 | 57 | 65 | 31 | 37 | 44 |
| Binary | 1111001 | 1011000 | 1000000 | 0 | 11011 | 101111 | 110101 | 11001 | 11111 | 100100 |
Color Harmonies of #795840
Complementary color
Monochromatic Colors of #795840
Black with #795840
Text Example
Text Example
White with #795840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795840; }
p { color: rgb(121,88,64); }
H1.HeaderClassName
{
color: #795840;
}
.AnyTagClassName
{
color: #795840;
}
</style>
background-color css
<style>
a { background-color: #795840; }
a { background-color: rgb(121,88,64); }
div.DivClassName
{
background-color: #795840;
}
.BgClassName
{
background-color: #795840;
}
</style>
border-color css
<style>
span { border-color: #795840; }
span { border-color: rgb(121,88,64); }
td.TdClassName
{
border-color: #795840;
}
.TagClassName
{
border-color: #795840;
}
</style>