Shades of Potters Clay #85583C
Tints of Potters Clay #85583C
RGB
CMYK
RGB Variations
Color information
#85583C (or 0x85583C) is known color: Potters Clay. HEX triplet: 85, 58 and 3C. RGB value is (133,88,60). Sum of RGB (Red+Green+Blue) = 133+88+60=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85583C is #7AA7C3. Grayscale: #626262. Windows color (decimal): -8038340 or 3954821. OLE color: 3954821.
HSL color Cylindrical-coordinate representation of color #85583C: hue angle of 23.01º 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 #85583C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 60 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.48 |
| HSL | 23.01º | 0.38% | 0.38% | - |
| HSV(B) | 23.01º | 0.55% | 0.52% | - |
| XYZ | 13.98 | 12.29 | 5.91 | - |
| YUV | 98.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 60 | 0 | 0.34 | 0.55 | 0.48 | 23.01 | 0.38 | 0.38 |
| Hex | 85 | 58 | 3C | 0 | 22 | 37 | 30 | 17 | 26 | 26 |
| Octal | 205 | 130 | 74 | 0 | 42 | 67 | 60 | 27 | 46 | 46 |
| Binary | 10000101 | 1011000 | 111100 | 0 | 100010 | 110111 | 110000 | 10111 | 100110 | 100110 |
Color Harmonies of #85583C
Complementary color
Monochromatic Colors of #85583C
Black with #85583C
Text Example
Text Example
White with #85583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85583C; }
p { color: rgb(133,88,60); }
H1.HeaderClassName
{
color: #85583C;
}
.AnyTagClassName
{
color: #85583C;
}
</style>
background-color css
<style>
a { background-color: #85583C; }
a { background-color: rgb(133,88,60); }
div.DivClassName
{
background-color: #85583C;
}
.BgClassName
{
background-color: #85583C;
}
</style>
border-color css
<style>
span { border-color: #85583C; }
span { border-color: rgb(133,88,60); }
td.TdClassName
{
border-color: #85583C;
}
.TagClassName
{
border-color: #85583C;
}
</style>