Shades of Potters Clay #855A45
Tints of Potters Clay #855A45
RGB
CMYK
RGB Variations
Color information
#855A45 (or 0x855A45) is known color: Potters Clay. HEX triplet: 85, 5A and 45. RGB value is (133,90,69). Sum of RGB (Red+Green+Blue) = 133+90+69=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #855A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A45 is #7AA5BA. Grayscale: #646464. Windows color (decimal): -8037819 or 4545157. OLE color: 4545157.
HSL color Cylindrical-coordinate representation of color #855A45: hue angle of 19.69º 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 #855A45 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 69 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.48 |
| HSL | 19.69º | 0.32% | 0.4% | - |
| HSV(B) | 19.69º | 0.48% | 0.52% | - |
| XYZ | 14.4 | 12.73 | 7.33 | - |
| YUV | 100.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 69 | 0 | 0.32 | 0.48 | 0.48 | 19.69 | 0.32 | 0.4 |
| Hex | 85 | 5A | 45 | 0 | 20 | 30 | 30 | 14 | 20 | 28 |
| Octal | 205 | 132 | 105 | 0 | 40 | 60 | 60 | 24 | 40 | 50 |
| Binary | 10000101 | 1011010 | 1000101 | 0 | 100000 | 110000 | 110000 | 10100 | 100000 | 101000 |
Color Harmonies of #855A45
Complementary color
Monochromatic Colors of #855A45
Black with #855A45
Text Example
Text Example
White with #855A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A45; }
p { color: rgb(133,90,69); }
H1.HeaderClassName
{
color: #855A45;
}
.AnyTagClassName
{
color: #855A45;
}
</style>
background-color css
<style>
a { background-color: #855A45; }
a { background-color: rgb(133,90,69); }
div.DivClassName
{
background-color: #855A45;
}
.BgClassName
{
background-color: #855A45;
}
</style>
border-color css
<style>
span { border-color: #855A45; }
span { border-color: rgb(133,90,69); }
td.TdClassName
{
border-color: #855A45;
}
.TagClassName
{
border-color: #855A45;
}
</style>