Shades of Potters Clay #855841
Tints of Potters Clay #855841
RGB
CMYK
RGB Variations
Color information
#855841 (or 0x855841) is known color: Potters Clay. HEX triplet: 85, 58 and 41. RGB value is (133,88,65). Sum of RGB (Red+Green+Blue) = 133+88+65=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855841 is #7AA7BE. Grayscale: #626262. Windows color (decimal): -8038335 or 4282501. OLE color: 4282501.
HSL color Cylindrical-coordinate representation of color #855841: hue angle of 20.29º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855841 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 65 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.48 |
| HSL | 20.29º | 0.34% | 0.39% | - |
| HSV(B) | 20.29º | 0.51% | 0.52% | - |
| XYZ | 14.12 | 12.35 | 6.64 | - |
| YUV | 98.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 65 | 0 | 0.34 | 0.51 | 0.48 | 20.29 | 0.34 | 0.39 |
| Hex | 85 | 58 | 41 | 0 | 22 | 33 | 30 | 14 | 22 | 27 |
| Octal | 205 | 130 | 101 | 0 | 42 | 63 | 60 | 24 | 42 | 47 |
| Binary | 10000101 | 1011000 | 1000001 | 0 | 100010 | 110011 | 110000 | 10100 | 100010 | 100111 |
Color Harmonies of #855841
Complementary color
Monochromatic Colors of #855841
Black with #855841
Text Example
Text Example
White with #855841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855841; }
p { color: rgb(133,88,65); }
H1.HeaderClassName
{
color: #855841;
}
.AnyTagClassName
{
color: #855841;
}
</style>
background-color css
<style>
a { background-color: #855841; }
a { background-color: rgb(133,88,65); }
div.DivClassName
{
background-color: #855841;
}
.BgClassName
{
background-color: #855841;
}
</style>
border-color css
<style>
span { border-color: #855841; }
span { border-color: rgb(133,88,65); }
td.TdClassName
{
border-color: #855841;
}
.TagClassName
{
border-color: #855841;
}
</style>