Shades of Potters Clay #855C38
Tints of Potters Clay #855C38
RGB
CMYK
RGB Variations
Color information
#855C38 (or 0x855C38) is known color: Potters Clay. HEX triplet: 85, 5C and 38. RGB value is (133,92,56). Sum of RGB (Red+Green+Blue) = 133+92+56=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #855C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C38 is #7AA3C7. Grayscale: #646464. Windows color (decimal): -8037320 or 3693701. OLE color: 3693701.
HSL color Cylindrical-coordinate representation of color #855C38: hue angle of 28.05º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855C38 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 56 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.48 |
| HSL | 28.05º | 0.41% | 0.37% | - |
| HSV(B) | 28.05º | 0.58% | 0.52% | - |
| XYZ | 14.21 | 12.93 | 5.49 | - |
| YUV | 100.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 56 | 0 | 0.31 | 0.58 | 0.48 | 28.05 | 0.41 | 0.37 |
| Hex | 85 | 5C | 38 | 0 | 1F | 3A | 30 | 1C | 29 | 25 |
| Octal | 205 | 134 | 70 | 0 | 37 | 72 | 60 | 34 | 51 | 45 |
| Binary | 10000101 | 1011100 | 111000 | 0 | 11111 | 111010 | 110000 | 11100 | 101001 | 100101 |
Color Harmonies of #855C38
Complementary color
Monochromatic Colors of #855C38
Black with #855C38
Text Example
Text Example
White with #855C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C38; }
p { color: rgb(133,92,56); }
H1.HeaderClassName
{
color: #855C38;
}
.AnyTagClassName
{
color: #855C38;
}
</style>
background-color css
<style>
a { background-color: #855C38; }
a { background-color: rgb(133,92,56); }
div.DivClassName
{
background-color: #855C38;
}
.BgClassName
{
background-color: #855C38;
}
</style>
border-color css
<style>
span { border-color: #855C38; }
span { border-color: rgb(133,92,56); }
td.TdClassName
{
border-color: #855C38;
}
.TagClassName
{
border-color: #855C38;
}
</style>