Shades of Potters Clay #875841
Tints of Potters Clay #875841
RGB
CMYK
RGB Variations
Color information
#875841 (or 0x875841) is known color: Potters Clay. HEX triplet: 87, 58 and 41. RGB value is (135,88,65). Sum of RGB (Red+Green+Blue) = 135+88+65=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875841 is #78A7BE. Grayscale: #636363. Windows color (decimal): -7907263 or 4282503. OLE color: 4282503.
HSL color Cylindrical-coordinate representation of color #875841: hue angle of 19.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875841 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 65 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.47 |
| HSL | 19.71º | 0.35% | 0.39% | - |
| HSV(B) | 19.71º | 0.52% | 0.53% | - |
| XYZ | 14.44 | 12.51 | 6.66 | - |
| YUV | 99.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 65 | 0 | 0.35 | 0.52 | 0.47 | 19.71 | 0.35 | 0.39 |
| Hex | 87 | 58 | 41 | 0 | 23 | 34 | 2F | 14 | 23 | 27 |
| Octal | 207 | 130 | 101 | 0 | 43 | 64 | 57 | 24 | 43 | 47 |
| Binary | 10000111 | 1011000 | 1000001 | 0 | 100011 | 110100 | 101111 | 10100 | 100011 | 100111 |
Color Harmonies of #875841
Complementary color
Monochromatic Colors of #875841
Black with #875841
Text Example
Text Example
White with #875841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875841; }
p { color: rgb(135,88,65); }
H1.HeaderClassName
{
color: #875841;
}
.AnyTagClassName
{
color: #875841;
}
</style>
background-color css
<style>
a { background-color: #875841; }
a { background-color: rgb(135,88,65); }
div.DivClassName
{
background-color: #875841;
}
.BgClassName
{
background-color: #875841;
}
</style>
border-color css
<style>
span { border-color: #875841; }
span { border-color: rgb(135,88,65); }
td.TdClassName
{
border-color: #875841;
}
.TagClassName
{
border-color: #875841;
}
</style>