Shades of Potters Clay #805F3A
Tints of Potters Clay #805F3A
RGB
CMYK
RGB Variations
Color information
#805F3A (or 0x805F3A) is known color: Potters Clay. HEX triplet: 80, 5F and 3A. RGB value is (128,95,58). Sum of RGB (Red+Green+Blue) = 128+95+58=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #805F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F3A is #7FA0C5. Grayscale: #646464. Windows color (decimal): -8364230 or 3825536. OLE color: 3825536.
HSL color Cylindrical-coordinate representation of color #805F3A: hue angle of 31.71º 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 #805F3A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 58 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.50 |
| HSL | 31.71º | 0.38% | 0.36% | - |
| HSV(B) | 31.71º | 0.55% | 0.5% | - |
| XYZ | 13.76 | 13.08 | 5.8 | - |
| YUV | 100.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 58 | 0 | 0.26 | 0.55 | 0.50 | 31.71 | 0.38 | 0.36 |
| Hex | 80 | 5F | 3A | 0 | 1A | 37 | 32 | 20 | 26 | 24 |
| Octal | 200 | 137 | 72 | 0 | 32 | 67 | 62 | 40 | 46 | 44 |
| Binary | 10000000 | 1011111 | 111010 | 0 | 11010 | 110111 | 110010 | 100000 | 100110 | 100100 |
Color Harmonies of #805F3A
Complementary color
Monochromatic Colors of #805F3A
Black with #805F3A
Text Example
Text Example
White with #805F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F3A; }
p { color: rgb(128,95,58); }
H1.HeaderClassName
{
color: #805F3A;
}
.AnyTagClassName
{
color: #805F3A;
}
</style>
background-color css
<style>
a { background-color: #805F3A; }
a { background-color: rgb(128,95,58); }
div.DivClassName
{
background-color: #805F3A;
}
.BgClassName
{
background-color: #805F3A;
}
</style>
border-color css
<style>
span { border-color: #805F3A; }
span { border-color: rgb(128,95,58); }
td.TdClassName
{
border-color: #805F3A;
}
.TagClassName
{
border-color: #805F3A;
}
</style>