Shades of Potters Clay #805C40
Tints of Potters Clay #805C40
RGB
CMYK
RGB Variations
Color information
#805C40 (or 0x805C40) is known color: Potters Clay. HEX triplet: 80, 5C and 40. RGB value is (128,92,64). Sum of RGB (Red+Green+Blue) = 128+92+64=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #805C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C40 is #7FA3BF. Grayscale: #636363. Windows color (decimal): -8364992 or 4217984. OLE color: 4217984.
HSL color Cylindrical-coordinate representation of color #805C40: hue angle of 26.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805C40 is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 92 | 64 | - |
| CMYK | 0 | 0.28 | 0.5 | 0.50 |
| HSL | 26.25º | 0.33% | 0.38% | - |
| HSV(B) | 26.25º | 0.5% | 0.5% | - |
| XYZ | 13.65 | 12.61 | 6.57 | - |
| YUV | 99.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 64 | 0 | 0.28 | 0.5 | 0.50 | 26.25 | 0.33 | 0.38 |
| Hex | 80 | 5C | 40 | 0 | 1C | 32 | 32 | 1A | 21 | 26 |
| Octal | 200 | 134 | 100 | 0 | 34 | 62 | 62 | 32 | 41 | 46 |
| Binary | 10000000 | 1011100 | 1000000 | 0 | 11100 | 110010 | 110010 | 11010 | 100001 | 100110 |
Color Harmonies of #805C40
Complementary color
Monochromatic Colors of #805C40
Black with #805C40
Text Example
Text Example
White with #805C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C40; }
p { color: rgb(128,92,64); }
H1.HeaderClassName
{
color: #805C40;
}
.AnyTagClassName
{
color: #805C40;
}
</style>
background-color css
<style>
a { background-color: #805C40; }
a { background-color: rgb(128,92,64); }
div.DivClassName
{
background-color: #805C40;
}
.BgClassName
{
background-color: #805C40;
}
</style>
border-color css
<style>
span { border-color: #805C40; }
span { border-color: rgb(128,92,64); }
td.TdClassName
{
border-color: #805C40;
}
.TagClassName
{
border-color: #805C40;
}
</style>