Shades of Potters Clay #855843
Tints of Potters Clay #855843
RGB
CMYK
RGB Variations
Color information
#855843 (or 0x855843) is known color: Potters Clay. HEX triplet: 85, 58 and 43. RGB value is (133,88,67). Sum of RGB (Red+Green+Blue) = 133+88+67=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855843 is #7AA7BC. Grayscale: #636363. Windows color (decimal): -8038333 or 4413573. OLE color: 4413573.
HSL color Cylindrical-coordinate representation of color #855843: hue angle of 19.09º 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 #855843 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 67 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.48 |
| HSL | 19.09º | 0.33% | 0.39% | - |
| HSV(B) | 19.09º | 0.5% | 0.52% | - |
| XYZ | 14.18 | 12.37 | 6.95 | - |
| YUV | 99.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 67 | 0 | 0.34 | 0.50 | 0.48 | 19.09 | 0.33 | 0.39 |
| Hex | 85 | 58 | 43 | 0 | 22 | 32 | 30 | 13 | 21 | 27 |
| Octal | 205 | 130 | 103 | 0 | 42 | 62 | 60 | 23 | 41 | 47 |
| Binary | 10000101 | 1011000 | 1000011 | 0 | 100010 | 110010 | 110000 | 10011 | 100001 | 100111 |
Color Harmonies of #855843
Complementary color
Monochromatic Colors of #855843
Black with #855843
Text Example
Text Example
White with #855843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855843; }
p { color: rgb(133,88,67); }
H1.HeaderClassName
{
color: #855843;
}
.AnyTagClassName
{
color: #855843;
}
</style>
background-color css
<style>
a { background-color: #855843; }
a { background-color: rgb(133,88,67); }
div.DivClassName
{
background-color: #855843;
}
.BgClassName
{
background-color: #855843;
}
</style>
border-color css
<style>
span { border-color: #855843; }
span { border-color: rgb(133,88,67); }
td.TdClassName
{
border-color: #855843;
}
.TagClassName
{
border-color: #855843;
}
</style>