Shades of Potters Clay #855A36
Tints of Potters Clay #855A36
RGB
CMYK
RGB Variations
Color information
#855A36 (or 0x855A36) is known color: Potters Clay. HEX triplet: 85, 5A and 36. RGB value is (133,90,54). Sum of RGB (Red+Green+Blue) = 133+90+54=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #855A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A36 is #7AA5C9. Grayscale: #626262. Windows color (decimal): -8037834 or 3562117. OLE color: 3562117.
HSL color Cylindrical-coordinate representation of color #855A36: hue angle of 27.34º 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 #855A36 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 54 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.48 |
| HSL | 27.34º | 0.42% | 0.37% | - |
| HSV(B) | 27.34º | 0.59% | 0.52% | - |
| XYZ | 13.99 | 12.57 | 5.18 | - |
| YUV | 98.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 54 | 0 | 0.32 | 0.59 | 0.48 | 27.34 | 0.42 | 0.37 |
| Hex | 85 | 5A | 36 | 0 | 20 | 3B | 30 | 1B | 2A | 25 |
| Octal | 205 | 132 | 66 | 0 | 40 | 73 | 60 | 33 | 52 | 45 |
| Binary | 10000101 | 1011010 | 110110 | 0 | 100000 | 111011 | 110000 | 11011 | 101010 | 100101 |
Color Harmonies of #855A36
Complementary color
Monochromatic Colors of #855A36
Black with #855A36
Text Example
Text Example
White with #855A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A36; }
p { color: rgb(133,90,54); }
H1.HeaderClassName
{
color: #855A36;
}
.AnyTagClassName
{
color: #855A36;
}
</style>
background-color css
<style>
a { background-color: #855A36; }
a { background-color: rgb(133,90,54); }
div.DivClassName
{
background-color: #855A36;
}
.BgClassName
{
background-color: #855A36;
}
</style>
border-color css
<style>
span { border-color: #855A36; }
span { border-color: rgb(133,90,54); }
td.TdClassName
{
border-color: #855A36;
}
.TagClassName
{
border-color: #855A36;
}
</style>