Shades of Potters Clay #855B3C
Tints of Potters Clay #855B3C
RGB
CMYK
RGB Variations
Color information
#855B3C (or 0x855B3C) is known color: Potters Clay. HEX triplet: 85, 5B and 3C. RGB value is (133,91,60). Sum of RGB (Red+Green+Blue) = 133+91+60=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #855B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B3C is #7AA4C3. Grayscale: #646464. Windows color (decimal): -8037572 or 3955589. OLE color: 3955589.
HSL color Cylindrical-coordinate representation of color #855B3C: hue angle of 25.48º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #855B3C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 60 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.48 |
| HSL | 25.48º | 0.38% | 0.38% | - |
| HSV(B) | 25.48º | 0.55% | 0.52% | - |
| XYZ | 14.23 | 12.79 | 5.99 | - |
| YUV | 100.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 60 | 0 | 0.32 | 0.55 | 0.48 | 25.48 | 0.38 | 0.38 |
| Hex | 85 | 5B | 3C | 0 | 20 | 37 | 30 | 19 | 26 | 26 |
| Octal | 205 | 133 | 74 | 0 | 40 | 67 | 60 | 31 | 46 | 46 |
| Binary | 10000101 | 1011011 | 111100 | 0 | 100000 | 110111 | 110000 | 11001 | 100110 | 100110 |
Color Harmonies of #855B3C
Complementary color
Monochromatic Colors of #855B3C
Black with #855B3C
Text Example
Text Example
White with #855B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B3C; }
p { color: rgb(133,91,60); }
H1.HeaderClassName
{
color: #855B3C;
}
.AnyTagClassName
{
color: #855B3C;
}
</style>
background-color css
<style>
a { background-color: #855B3C; }
a { background-color: rgb(133,91,60); }
div.DivClassName
{
background-color: #855B3C;
}
.BgClassName
{
background-color: #855B3C;
}
</style>
border-color css
<style>
span { border-color: #855B3C; }
span { border-color: rgb(133,91,60); }
td.TdClassName
{
border-color: #855B3C;
}
.TagClassName
{
border-color: #855B3C;
}
</style>