Shades of Potters Clay #85573C
Tints of Potters Clay #85573C
RGB
CMYK
RGB Variations
Color information
#85573C (or 0x85573C) is known color: Potters Clay. HEX triplet: 85, 57 and 3C. RGB value is (133,87,60). Sum of RGB (Red+Green+Blue) = 133+87+60=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85573C is #7AA8C3. Grayscale: #616161. Windows color (decimal): -8038596 or 3954565. OLE color: 3954565.
HSL color Cylindrical-coordinate representation of color #85573C: hue angle of 22.19º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85573C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 60 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.48 |
| HSL | 22.19º | 0.38% | 0.38% | - |
| HSV(B) | 22.19º | 0.55% | 0.52% | - |
| XYZ | 13.9 | 12.13 | 5.88 | - |
| YUV | 97.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 60 | 0 | 0.35 | 0.55 | 0.48 | 22.19 | 0.38 | 0.38 |
| Hex | 85 | 57 | 3C | 0 | 23 | 37 | 30 | 16 | 26 | 26 |
| Octal | 205 | 127 | 74 | 0 | 43 | 67 | 60 | 26 | 46 | 46 |
| Binary | 10000101 | 1010111 | 111100 | 0 | 100011 | 110111 | 110000 | 10110 | 100110 | 100110 |
Color Harmonies of #85573C
Complementary color
Monochromatic Colors of #85573C
Black with #85573C
Text Example
Text Example
White with #85573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85573C; }
p { color: rgb(133,87,60); }
H1.HeaderClassName
{
color: #85573C;
}
.AnyTagClassName
{
color: #85573C;
}
</style>
background-color css
<style>
a { background-color: #85573C; }
a { background-color: rgb(133,87,60); }
div.DivClassName
{
background-color: #85573C;
}
.BgClassName
{
background-color: #85573C;
}
</style>
border-color css
<style>
span { border-color: #85573C; }
span { border-color: rgb(133,87,60); }
td.TdClassName
{
border-color: #85573C;
}
.TagClassName
{
border-color: #85573C;
}
</style>