Shades of Potters Clay #855B36
Tints of Potters Clay #855B36
RGB
CMYK
RGB Variations
Color information
#855B36 (or 0x855B36) is known color: Potters Clay. HEX triplet: 85, 5B and 36. RGB value is (133,91,54). Sum of RGB (Red+Green+Blue) = 133+91+54=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #855B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B36 is #7AA4C9. Grayscale: #636363. Windows color (decimal): -8037578 or 3562373. OLE color: 3562373.
HSL color Cylindrical-coordinate representation of color #855B36: hue angle of 28.1º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855B36 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 54 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.48 |
| HSL | 28.1º | 0.42% | 0.37% | - |
| HSV(B) | 28.1º | 0.59% | 0.52% | - |
| XYZ | 14.08 | 12.74 | 5.21 | - |
| YUV | 99.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 54 | 0 | 0.32 | 0.59 | 0.48 | 28.1 | 0.42 | 0.37 |
| Hex | 85 | 5B | 36 | 0 | 20 | 3B | 30 | 1C | 2A | 25 |
| Octal | 205 | 133 | 66 | 0 | 40 | 73 | 60 | 34 | 52 | 45 |
| Binary | 10000101 | 1011011 | 110110 | 0 | 100000 | 111011 | 110000 | 11100 | 101010 | 100101 |
Color Harmonies of #855B36
Complementary color
Monochromatic Colors of #855B36
Black with #855B36
Text Example
Text Example
White with #855B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B36; }
p { color: rgb(133,91,54); }
H1.HeaderClassName
{
color: #855B36;
}
.AnyTagClassName
{
color: #855B36;
}
</style>
background-color css
<style>
a { background-color: #855B36; }
a { background-color: rgb(133,91,54); }
div.DivClassName
{
background-color: #855B36;
}
.BgClassName
{
background-color: #855B36;
}
</style>
border-color css
<style>
span { border-color: #855B36; }
span { border-color: rgb(133,91,54); }
td.TdClassName
{
border-color: #855B36;
}
.TagClassName
{
border-color: #855B36;
}
</style>