Shades of Potters Clay #875D3A
Tints of Potters Clay #875D3A
RGB
CMYK
RGB Variations
Color information
#875D3A (or 0x875D3A) is known color: Potters Clay. HEX triplet: 87, 5D and 3A. RGB value is (135,93,58). Sum of RGB (Red+Green+Blue) = 135+93+58=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #875D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D3A is #78A2C5. Grayscale: #656565. Windows color (decimal): -7905990 or 3825031. OLE color: 3825031.
HSL color Cylindrical-coordinate representation of color #875D3A: hue angle of 27.27º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #875D3A is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 58 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.47 |
| HSL | 27.27º | 0.4% | 0.38% | - |
| HSV(B) | 27.27º | 0.57% | 0.53% | - |
| XYZ | 14.67 | 13.29 | 5.79 | - |
| YUV | 101.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 58 | 0 | 0.31 | 0.57 | 0.47 | 27.27 | 0.4 | 0.38 |
| Hex | 87 | 5D | 3A | 0 | 1F | 39 | 2F | 1B | 28 | 26 |
| Octal | 207 | 135 | 72 | 0 | 37 | 71 | 57 | 33 | 50 | 46 |
| Binary | 10000111 | 1011101 | 111010 | 0 | 11111 | 111001 | 101111 | 11011 | 101000 | 100110 |
Color Harmonies of #875D3A
Complementary color
Monochromatic Colors of #875D3A
Black with #875D3A
Text Example
Text Example
White with #875D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D3A; }
p { color: rgb(135,93,58); }
H1.HeaderClassName
{
color: #875D3A;
}
.AnyTagClassName
{
color: #875D3A;
}
</style>
background-color css
<style>
a { background-color: #875D3A; }
a { background-color: rgb(135,93,58); }
div.DivClassName
{
background-color: #875D3A;
}
.BgClassName
{
background-color: #875D3A;
}
</style>
border-color css
<style>
span { border-color: #875D3A; }
span { border-color: rgb(135,93,58); }
td.TdClassName
{
border-color: #875D3A;
}
.TagClassName
{
border-color: #875D3A;
}
</style>