Shades of Potters Clay #855C39
Tints of Potters Clay #855C39
RGB
CMYK
RGB Variations
Color information
#855C39 (or 0x855C39) is known color: Potters Clay. HEX triplet: 85, 5C and 39. RGB value is (133,92,57). Sum of RGB (Red+Green+Blue) = 133+92+57=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C39 is #7AA3C6. Grayscale: #646464. Windows color (decimal): -8037319 or 3759237. OLE color: 3759237.
HSL color Cylindrical-coordinate representation of color #855C39: hue angle of 27.63º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #855C39 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 57 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.48 |
| HSL | 27.63º | 0.4% | 0.37% | - |
| HSV(B) | 27.63º | 0.57% | 0.52% | - |
| XYZ | 14.24 | 12.94 | 5.62 | - |
| YUV | 100.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 57 | 0 | 0.31 | 0.57 | 0.48 | 27.63 | 0.4 | 0.37 |
| Hex | 85 | 5C | 39 | 0 | 1F | 39 | 30 | 1C | 28 | 25 |
| Octal | 205 | 134 | 71 | 0 | 37 | 71 | 60 | 34 | 50 | 45 |
| Binary | 10000101 | 1011100 | 111001 | 0 | 11111 | 111001 | 110000 | 11100 | 101000 | 100101 |
Color Harmonies of #855C39
Complementary color
Monochromatic Colors of #855C39
Black with #855C39
Text Example
Text Example
White with #855C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C39; }
p { color: rgb(133,92,57); }
H1.HeaderClassName
{
color: #855C39;
}
.AnyTagClassName
{
color: #855C39;
}
</style>
background-color css
<style>
a { background-color: #855C39; }
a { background-color: rgb(133,92,57); }
div.DivClassName
{
background-color: #855C39;
}
.BgClassName
{
background-color: #855C39;
}
</style>
border-color css
<style>
span { border-color: #855C39; }
span { border-color: rgb(133,92,57); }
td.TdClassName
{
border-color: #855C39;
}
.TagClassName
{
border-color: #855C39;
}
</style>