Shades of Potters Clay #81593F
Tints of Potters Clay #81593F
RGB
CMYK
RGB Variations
Color information
#81593F (or 0x81593F) is known color: Potters Clay. HEX triplet: 81, 59 and 3F. RGB value is (129,89,63). Sum of RGB (Red+Green+Blue) = 129+89+63=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #81593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81593F is #7EA6C0. Grayscale: #626262. Windows color (decimal): -8300225 or 4151681. OLE color: 4151681.
HSL color Cylindrical-coordinate representation of color #81593F: hue angle of 23.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81593F is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 89 | 63 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.49 |
| HSL | 23.64º | 0.34% | 0.38% | - |
| HSV(B) | 23.64º | 0.51% | 0.51% | - |
| XYZ | 13.52 | 12.17 | 6.34 | - |
| YUV | 98 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 63 | 0 | 0.31 | 0.51 | 0.49 | 23.64 | 0.34 | 0.38 |
| Hex | 81 | 59 | 3F | 0 | 1F | 33 | 31 | 18 | 22 | 26 |
| Octal | 201 | 131 | 77 | 0 | 37 | 63 | 61 | 30 | 42 | 46 |
| Binary | 10000001 | 1011001 | 111111 | 0 | 11111 | 110011 | 110001 | 11000 | 100010 | 100110 |
Color Harmonies of #81593F
Complementary color
Monochromatic Colors of #81593F
Black with #81593F
Text Example
Text Example
White with #81593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81593F; }
p { color: rgb(129,89,63); }
H1.HeaderClassName
{
color: #81593F;
}
.AnyTagClassName
{
color: #81593F;
}
</style>
background-color css
<style>
a { background-color: #81593F; }
a { background-color: rgb(129,89,63); }
div.DivClassName
{
background-color: #81593F;
}
.BgClassName
{
background-color: #81593F;
}
</style>
border-color css
<style>
span { border-color: #81593F; }
span { border-color: rgb(129,89,63); }
td.TdClassName
{
border-color: #81593F;
}
.TagClassName
{
border-color: #81593F;
}
</style>