Shades of Potters Clay #875A3A
Tints of Potters Clay #875A3A
RGB
CMYK
RGB Variations
Color information
#875A3A (or 0x875A3A) is known color: Potters Clay. HEX triplet: 87, 5A and 3A. RGB value is (135,90,58). Sum of RGB (Red+Green+Blue) = 135+90+58=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #875A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A3A is #78A5C5. Grayscale: #636363. Windows color (decimal): -7906758 or 3824263. OLE color: 3824263.
HSL color Cylindrical-coordinate representation of color #875A3A: hue angle of 24.94º 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 #875A3A is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 58 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.47 |
| HSL | 24.94º | 0.4% | 0.38% | - |
| HSV(B) | 24.94º | 0.57% | 0.53% | - |
| XYZ | 14.41 | 12.77 | 5.71 | - |
| YUV | 99.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 58 | 0 | 0.33 | 0.57 | 0.47 | 24.94 | 0.4 | 0.38 |
| Hex | 87 | 5A | 3A | 0 | 21 | 39 | 2F | 19 | 28 | 26 |
| Octal | 207 | 132 | 72 | 0 | 41 | 71 | 57 | 31 | 50 | 46 |
| Binary | 10000111 | 1011010 | 111010 | 0 | 100001 | 111001 | 101111 | 11001 | 101000 | 100110 |
Color Harmonies of #875A3A
Complementary color
Monochromatic Colors of #875A3A
Black with #875A3A
Text Example
Text Example
White with #875A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A3A; }
p { color: rgb(135,90,58); }
H1.HeaderClassName
{
color: #875A3A;
}
.AnyTagClassName
{
color: #875A3A;
}
</style>
background-color css
<style>
a { background-color: #875A3A; }
a { background-color: rgb(135,90,58); }
div.DivClassName
{
background-color: #875A3A;
}
.BgClassName
{
background-color: #875A3A;
}
</style>
border-color css
<style>
span { border-color: #875A3A; }
span { border-color: rgb(135,90,58); }
td.TdClassName
{
border-color: #875A3A;
}
.TagClassName
{
border-color: #875A3A;
}
</style>