Shades of Potters Clay #795B40
Tints of Potters Clay #795B40
RGB
CMYK
RGB Variations
Color information
#795B40 (or 0x795B40) is known color: Potters Clay. HEX triplet: 79, 5B and 40. RGB value is (121,91,64). Sum of RGB (Red+Green+Blue) = 121+91+64=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #795B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795B40 is #86A4BF. Grayscale: #616161. Windows color (decimal): -8824000 or 4217721. OLE color: 4217721.
HSL color Cylindrical-coordinate representation of color #795B40: hue angle of 28.42º 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 #795B40 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 64 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.53 |
| HSL | 28.42º | 0.31% | 0.36% | - |
| HSV(B) | 28.42º | 0.47% | 0.47% | - |
| XYZ | 12.55 | 11.92 | 6.49 | - |
| YUV | 96.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 64 | 0 | 0.25 | 0.47 | 0.53 | 28.42 | 0.31 | 0.36 |
| Hex | 79 | 5B | 40 | 0 | 19 | 2F | 35 | 1C | 1F | 24 |
| Octal | 171 | 133 | 100 | 0 | 31 | 57 | 65 | 34 | 37 | 44 |
| Binary | 1111001 | 1011011 | 1000000 | 0 | 11001 | 101111 | 110101 | 11100 | 11111 | 100100 |
Color Harmonies of #795B40
Complementary color
Monochromatic Colors of #795B40
Black with #795B40
Text Example
Text Example
White with #795B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B40; }
p { color: rgb(121,91,64); }
H1.HeaderClassName
{
color: #795B40;
}
.AnyTagClassName
{
color: #795B40;
}
</style>
background-color css
<style>
a { background-color: #795B40; }
a { background-color: rgb(121,91,64); }
div.DivClassName
{
background-color: #795B40;
}
.BgClassName
{
background-color: #795B40;
}
</style>
border-color css
<style>
span { border-color: #795B40; }
span { border-color: rgb(121,91,64); }
td.TdClassName
{
border-color: #795B40;
}
.TagClassName
{
border-color: #795B40;
}
</style>