Shades of Potters Clay #805941
Tints of Potters Clay #805941
RGB
CMYK
RGB Variations
Color information
#805941 (or 0x805941) is known color: Potters Clay. HEX triplet: 80, 59 and 41. RGB value is (128,89,65). Sum of RGB (Red+Green+Blue) = 128+89+65=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #805941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805941 is #7FA6BE. Grayscale: #626262. Windows color (decimal): -8365759 or 4282752. OLE color: 4282752.
HSL color Cylindrical-coordinate representation of color #805941: hue angle of 22.86º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #805941 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 65 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.50 |
| HSL | 22.86º | 0.33% | 0.38% | - |
| HSV(B) | 22.86º | 0.49% | 0.5% | - |
| XYZ | 13.43 | 12.12 | 6.63 | - |
| YUV | 97.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 65 | 0 | 0.30 | 0.49 | 0.50 | 22.86 | 0.33 | 0.38 |
| Hex | 80 | 59 | 41 | 0 | 1E | 31 | 32 | 17 | 21 | 26 |
| Octal | 200 | 131 | 101 | 0 | 36 | 61 | 62 | 27 | 41 | 46 |
| Binary | 10000000 | 1011001 | 1000001 | 0 | 11110 | 110001 | 110010 | 10111 | 100001 | 100110 |
Color Harmonies of #805941
Complementary color
Monochromatic Colors of #805941
Black with #805941
Text Example
Text Example
White with #805941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805941; }
p { color: rgb(128,89,65); }
H1.HeaderClassName
{
color: #805941;
}
.AnyTagClassName
{
color: #805941;
}
</style>
background-color css
<style>
a { background-color: #805941; }
a { background-color: rgb(128,89,65); }
div.DivClassName
{
background-color: #805941;
}
.BgClassName
{
background-color: #805941;
}
</style>
border-color css
<style>
span { border-color: #805941; }
span { border-color: rgb(128,89,65); }
td.TdClassName
{
border-color: #805941;
}
.TagClassName
{
border-color: #805941;
}
</style>