Shades of Potters Clay #855945
Tints of Potters Clay #855945
RGB
CMYK
RGB Variations
Color information
#855945 (or 0x855945) is known color: Potters Clay. HEX triplet: 85, 59 and 45. RGB value is (133,89,69). Sum of RGB (Red+Green+Blue) = 133+89+69=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855945 is #7AA6BA. Grayscale: #646464. Windows color (decimal): -8038075 or 4544901. OLE color: 4544901.
HSL color Cylindrical-coordinate representation of color #855945: hue angle of 18.75º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855945 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 69 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.48 |
| HSL | 18.75º | 0.32% | 0.4% | - |
| HSV(B) | 18.75º | 0.48% | 0.52% | - |
| XYZ | 14.32 | 12.56 | 7.3 | - |
| YUV | 99.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 69 | 0 | 0.33 | 0.48 | 0.48 | 18.75 | 0.32 | 0.4 |
| Hex | 85 | 59 | 45 | 0 | 21 | 30 | 30 | 13 | 20 | 28 |
| Octal | 205 | 131 | 105 | 0 | 41 | 60 | 60 | 23 | 40 | 50 |
| Binary | 10000101 | 1011001 | 1000101 | 0 | 100001 | 110000 | 110000 | 10011 | 100000 | 101000 |
Color Harmonies of #855945
Complementary color
Monochromatic Colors of #855945
Black with #855945
Text Example
Text Example
White with #855945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855945; }
p { color: rgb(133,89,69); }
H1.HeaderClassName
{
color: #855945;
}
.AnyTagClassName
{
color: #855945;
}
</style>
background-color css
<style>
a { background-color: #855945; }
a { background-color: rgb(133,89,69); }
div.DivClassName
{
background-color: #855945;
}
.BgClassName
{
background-color: #855945;
}
</style>
border-color css
<style>
span { border-color: #855945; }
span { border-color: rgb(133,89,69); }
td.TdClassName
{
border-color: #855945;
}
.TagClassName
{
border-color: #855945;
}
</style>