Shades of Potters Clay #855A43
Tints of Potters Clay #855A43
RGB
CMYK
RGB Variations
Color information
#855A43 (or 0x855A43) is known color: Potters Clay. HEX triplet: 85, 5A and 43. RGB value is (133,90,67). Sum of RGB (Red+Green+Blue) = 133+90+67=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #855A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A43 is #7AA5BC. Grayscale: #646464. Windows color (decimal): -8037821 or 4414085. OLE color: 4414085.
HSL color Cylindrical-coordinate representation of color #855A43: hue angle of 20.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855A43 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 67 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.48 |
| HSL | 20.91º | 0.33% | 0.39% | - |
| HSV(B) | 20.91º | 0.5% | 0.52% | - |
| XYZ | 14.34 | 12.7 | 7.01 | - |
| YUV | 100.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 67 | 0 | 0.32 | 0.50 | 0.48 | 20.91 | 0.33 | 0.39 |
| Hex | 85 | 5A | 43 | 0 | 20 | 32 | 30 | 15 | 21 | 27 |
| Octal | 205 | 132 | 103 | 0 | 40 | 62 | 60 | 25 | 41 | 47 |
| Binary | 10000101 | 1011010 | 1000011 | 0 | 100000 | 110010 | 110000 | 10101 | 100001 | 100111 |
Color Harmonies of #855A43
Complementary color
Monochromatic Colors of #855A43
Black with #855A43
Text Example
Text Example
White with #855A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A43; }
p { color: rgb(133,90,67); }
H1.HeaderClassName
{
color: #855A43;
}
.AnyTagClassName
{
color: #855A43;
}
</style>
background-color css
<style>
a { background-color: #855A43; }
a { background-color: rgb(133,90,67); }
div.DivClassName
{
background-color: #855A43;
}
.BgClassName
{
background-color: #855A43;
}
</style>
border-color css
<style>
span { border-color: #855A43; }
span { border-color: rgb(133,90,67); }
td.TdClassName
{
border-color: #855A43;
}
.TagClassName
{
border-color: #855A43;
}
</style>