Shades of Potters Clay #855B3A
Tints of Potters Clay #855B3A
RGB
CMYK
RGB Variations
Color information
#855B3A (or 0x855B3A) is known color: Potters Clay. HEX triplet: 85, 5B and 3A. RGB value is (133,91,58). Sum of RGB (Red+Green+Blue) = 133+91+58=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B3A is #7AA4C5. Grayscale: #636363. Windows color (decimal): -8037574 or 3824517. OLE color: 3824517.
HSL color Cylindrical-coordinate representation of color #855B3A: hue angle of 26.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855B3A is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 58 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.48 |
| HSL | 26.4º | 0.39% | 0.37% | - |
| HSV(B) | 26.4º | 0.56% | 0.52% | - |
| XYZ | 14.18 | 12.77 | 5.72 | - |
| YUV | 99.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 58 | 0 | 0.32 | 0.56 | 0.48 | 26.4 | 0.39 | 0.37 |
| Hex | 85 | 5B | 3A | 0 | 20 | 38 | 30 | 1A | 27 | 25 |
| Octal | 205 | 133 | 72 | 0 | 40 | 70 | 60 | 32 | 47 | 45 |
| Binary | 10000101 | 1011011 | 111010 | 0 | 100000 | 111000 | 110000 | 11010 | 100111 | 100101 |
Color Harmonies of #855B3A
Complementary color
Monochromatic Colors of #855B3A
Black with #855B3A
Text Example
Text Example
White with #855B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B3A; }
p { color: rgb(133,91,58); }
H1.HeaderClassName
{
color: #855B3A;
}
.AnyTagClassName
{
color: #855B3A;
}
</style>
background-color css
<style>
a { background-color: #855B3A; }
a { background-color: rgb(133,91,58); }
div.DivClassName
{
background-color: #855B3A;
}
.BgClassName
{
background-color: #855B3A;
}
</style>
border-color css
<style>
span { border-color: #855B3A; }
span { border-color: rgb(133,91,58); }
td.TdClassName
{
border-color: #855B3A;
}
.TagClassName
{
border-color: #855B3A;
}
</style>