Shades of Potters Clay #805E3A
Tints of Potters Clay #805E3A
RGB
CMYK
RGB Variations
Color information
#805E3A (or 0x805E3A) is known color: Potters Clay. HEX triplet: 80, 5E and 3A. RGB value is (128,94,58). Sum of RGB (Red+Green+Blue) = 128+94+58=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #805E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E3A is #7FA1C5. Grayscale: #646464. Windows color (decimal): -8364486 or 3825280. OLE color: 3825280.
HSL color Cylindrical-coordinate representation of color #805E3A: hue angle of 30.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805E3A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 58 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.50 |
| HSL | 30.86º | 0.38% | 0.36% | - |
| HSV(B) | 30.86º | 0.55% | 0.5% | - |
| XYZ | 13.67 | 12.9 | 5.77 | - |
| YUV | 100.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 58 | 0 | 0.27 | 0.55 | 0.50 | 30.86 | 0.38 | 0.36 |
| Hex | 80 | 5E | 3A | 0 | 1B | 37 | 32 | 1F | 26 | 24 |
| Octal | 200 | 136 | 72 | 0 | 33 | 67 | 62 | 37 | 46 | 44 |
| Binary | 10000000 | 1011110 | 111010 | 0 | 11011 | 110111 | 110010 | 11111 | 100110 | 100100 |
Color Harmonies of #805E3A
Complementary color
Monochromatic Colors of #805E3A
Black with #805E3A
Text Example
Text Example
White with #805E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E3A; }
p { color: rgb(128,94,58); }
H1.HeaderClassName
{
color: #805E3A;
}
.AnyTagClassName
{
color: #805E3A;
}
</style>
background-color css
<style>
a { background-color: #805E3A; }
a { background-color: rgb(128,94,58); }
div.DivClassName
{
background-color: #805E3A;
}
.BgClassName
{
background-color: #805E3A;
}
</style>
border-color css
<style>
span { border-color: #805E3A; }
span { border-color: rgb(128,94,58); }
td.TdClassName
{
border-color: #805E3A;
}
.TagClassName
{
border-color: #805E3A;
}
</style>