Shades of Potters Clay #85593F
Tints of Potters Clay #85593F
RGB
CMYK
RGB Variations
Color information
#85593F (or 0x85593F) is known color: Potters Clay. HEX triplet: 85, 59 and 3F. RGB value is (133,89,63). Sum of RGB (Red+Green+Blue) = 133+89+63=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #85593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85593F is #7AA6C0. Grayscale: #636363. Windows color (decimal): -8038081 or 4151685. OLE color: 4151685.
HSL color Cylindrical-coordinate representation of color #85593F: hue angle of 22.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85593F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 63 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.48 |
| HSL | 22.29º | 0.36% | 0.38% | - |
| HSV(B) | 22.29º | 0.53% | 0.52% | - |
| XYZ | 14.14 | 12.49 | 6.37 | - |
| YUV | 99.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 63 | 0 | 0.33 | 0.53 | 0.48 | 22.29 | 0.36 | 0.38 |
| Hex | 85 | 59 | 3F | 0 | 21 | 35 | 30 | 16 | 24 | 26 |
| Octal | 205 | 131 | 77 | 0 | 41 | 65 | 60 | 26 | 44 | 46 |
| Binary | 10000101 | 1011001 | 111111 | 0 | 100001 | 110101 | 110000 | 10110 | 100100 | 100110 |
Color Harmonies of #85593F
Complementary color
Monochromatic Colors of #85593F
Black with #85593F
Text Example
Text Example
White with #85593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85593F; }
p { color: rgb(133,89,63); }
H1.HeaderClassName
{
color: #85593F;
}
.AnyTagClassName
{
color: #85593F;
}
</style>
background-color css
<style>
a { background-color: #85593F; }
a { background-color: rgb(133,89,63); }
div.DivClassName
{
background-color: #85593F;
}
.BgClassName
{
background-color: #85593F;
}
</style>
border-color css
<style>
span { border-color: #85593F; }
span { border-color: rgb(133,89,63); }
td.TdClassName
{
border-color: #85593F;
}
.TagClassName
{
border-color: #85593F;
}
</style>