Shades of Potters Clay #855937
Tints of Potters Clay #855937
RGB
CMYK
RGB Variations
Color information
#855937 (or 0x855937) is known color: Potters Clay. HEX triplet: 85, 59 and 37. RGB value is (133,89,55). Sum of RGB (Red+Green+Blue) = 133+89+55=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #855937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855937 is #7AA6C8. Grayscale: #626262. Windows color (decimal): -8038089 or 3627397. OLE color: 3627397.
HSL color Cylindrical-coordinate representation of color #855937: hue angle of 26.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855937 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 55 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.48 |
| HSL | 26.15º | 0.41% | 0.37% | - |
| HSV(B) | 26.15º | 0.59% | 0.52% | - |
| XYZ | 13.93 | 12.41 | 5.27 | - |
| YUV | 98.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 55 | 0 | 0.33 | 0.59 | 0.48 | 26.15 | 0.41 | 0.37 |
| Hex | 85 | 59 | 37 | 0 | 21 | 3B | 30 | 1A | 29 | 25 |
| Octal | 205 | 131 | 67 | 0 | 41 | 73 | 60 | 32 | 51 | 45 |
| Binary | 10000101 | 1011001 | 110111 | 0 | 100001 | 111011 | 110000 | 11010 | 101001 | 100101 |
Color Harmonies of #855937
Complementary color
Monochromatic Colors of #855937
Black with #855937
Text Example
Text Example
White with #855937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855937; }
p { color: rgb(133,89,55); }
H1.HeaderClassName
{
color: #855937;
}
.AnyTagClassName
{
color: #855937;
}
</style>
background-color css
<style>
a { background-color: #855937; }
a { background-color: rgb(133,89,55); }
div.DivClassName
{
background-color: #855937;
}
.BgClassName
{
background-color: #855937;
}
</style>
border-color css
<style>
span { border-color: #855937; }
span { border-color: rgb(133,89,55); }
td.TdClassName
{
border-color: #855937;
}
.TagClassName
{
border-color: #855937;
}
</style>