Shades of Potters Clay #85593D
Tints of Potters Clay #85593D
RGB
CMYK
RGB Variations
Color information
#85593D (or 0x85593D) is known color: Potters Clay. HEX triplet: 85, 59 and 3D. RGB value is (133,89,61). Sum of RGB (Red+Green+Blue) = 133+89+61=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85593D is #7AA6C2. Grayscale: #636363. Windows color (decimal): -8038083 or 4020613. OLE color: 4020613.
HSL color Cylindrical-coordinate representation of color #85593D: hue angle of 23.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85593D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 61 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.48 |
| HSL | 23.33º | 0.37% | 0.38% | - |
| HSV(B) | 23.33º | 0.54% | 0.52% | - |
| XYZ | 14.09 | 12.47 | 6.08 | - |
| YUV | 98.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 61 | 0 | 0.33 | 0.54 | 0.48 | 23.33 | 0.37 | 0.38 |
| Hex | 85 | 59 | 3D | 0 | 21 | 36 | 30 | 17 | 25 | 26 |
| Octal | 205 | 131 | 75 | 0 | 41 | 66 | 60 | 27 | 45 | 46 |
| Binary | 10000101 | 1011001 | 111101 | 0 | 100001 | 110110 | 110000 | 10111 | 100101 | 100110 |
Color Harmonies of #85593D
Complementary color
Monochromatic Colors of #85593D
Black with #85593D
Text Example
Text Example
White with #85593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85593D; }
p { color: rgb(133,89,61); }
H1.HeaderClassName
{
color: #85593D;
}
.AnyTagClassName
{
color: #85593D;
}
</style>
background-color css
<style>
a { background-color: #85593D; }
a { background-color: rgb(133,89,61); }
div.DivClassName
{
background-color: #85593D;
}
.BgClassName
{
background-color: #85593D;
}
</style>
border-color css
<style>
span { border-color: #85593D; }
span { border-color: rgb(133,89,61); }
td.TdClassName
{
border-color: #85593D;
}
.TagClassName
{
border-color: #85593D;
}
</style>