Shades of Potters Clay #80563B
Tints of Potters Clay #80563B
RGB
CMYK
RGB Variations
Color information
#80563B (or 0x80563B) is known color: Potters Clay. HEX triplet: 80, 56 and 3B. RGB value is (128,86,59). Sum of RGB (Red+Green+Blue) = 128+86+59=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80563B is #7FA9C4. Grayscale: #5F5F5F. Windows color (decimal): -8366533 or 3888768. OLE color: 3888768.
HSL color Cylindrical-coordinate representation of color #80563B: hue angle of 23.48º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80563B is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 59 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.50 |
| HSL | 23.48º | 0.37% | 0.37% | - |
| HSV(B) | 23.48º | 0.54% | 0.5% | - |
| XYZ | 13.02 | 11.56 | 5.68 | - |
| YUV | 95.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 59 | 0 | 0.33 | 0.54 | 0.50 | 23.48 | 0.37 | 0.37 |
| Hex | 80 | 56 | 3B | 0 | 21 | 36 | 32 | 17 | 25 | 25 |
| Octal | 200 | 126 | 73 | 0 | 41 | 66 | 62 | 27 | 45 | 45 |
| Binary | 10000000 | 1010110 | 111011 | 0 | 100001 | 110110 | 110010 | 10111 | 100101 | 100101 |
Color Harmonies of #80563B
Complementary color
Monochromatic Colors of #80563B
Black with #80563B
Text Example
Text Example
White with #80563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80563B; }
p { color: rgb(128,86,59); }
H1.HeaderClassName
{
color: #80563B;
}
.AnyTagClassName
{
color: #80563B;
}
</style>
background-color css
<style>
a { background-color: #80563B; }
a { background-color: rgb(128,86,59); }
div.DivClassName
{
background-color: #80563B;
}
.BgClassName
{
background-color: #80563B;
}
</style>
border-color css
<style>
span { border-color: #80563B; }
span { border-color: rgb(128,86,59); }
td.TdClassName
{
border-color: #80563B;
}
.TagClassName
{
border-color: #80563B;
}
</style>