Shades of Potters Clay #855B41
Tints of Potters Clay #855B41
RGB
CMYK
RGB Variations
Color information
#855B41 (or 0x855B41) is known color: Potters Clay. HEX triplet: 85, 5B and 41. RGB value is (133,91,65). Sum of RGB (Red+Green+Blue) = 133+91+65=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B41 is #7AA4BE. Grayscale: #646464. Windows color (decimal): -8037567 or 4283269. OLE color: 4283269.
HSL color Cylindrical-coordinate representation of color #855B41: hue angle of 22.94º 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 #855B41 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 65 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.48 |
| HSL | 22.94º | 0.34% | 0.39% | - |
| HSV(B) | 22.94º | 0.51% | 0.52% | - |
| XYZ | 14.37 | 12.85 | 6.72 | - |
| YUV | 100.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 65 | 0 | 0.32 | 0.51 | 0.48 | 22.94 | 0.34 | 0.39 |
| Hex | 85 | 5B | 41 | 0 | 20 | 33 | 30 | 17 | 22 | 27 |
| Octal | 205 | 133 | 101 | 0 | 40 | 63 | 60 | 27 | 42 | 47 |
| Binary | 10000101 | 1011011 | 1000001 | 0 | 100000 | 110011 | 110000 | 10111 | 100010 | 100111 |
Color Harmonies of #855B41
Complementary color
Monochromatic Colors of #855B41
Black with #855B41
Text Example
Text Example
White with #855B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B41; }
p { color: rgb(133,91,65); }
H1.HeaderClassName
{
color: #855B41;
}
.AnyTagClassName
{
color: #855B41;
}
</style>
background-color css
<style>
a { background-color: #855B41; }
a { background-color: rgb(133,91,65); }
div.DivClassName
{
background-color: #855B41;
}
.BgClassName
{
background-color: #855B41;
}
</style>
border-color css
<style>
span { border-color: #855B41; }
span { border-color: rgb(133,91,65); }
td.TdClassName
{
border-color: #855B41;
}
.TagClassName
{
border-color: #855B41;
}
</style>