Shades of Potters Clay #885D3C
Tints of Potters Clay #885D3C
RGB
CMYK
RGB Variations
Color information
#885D3C (or 0x885D3C) is known color: Potters Clay. HEX triplet: 88, 5D and 3C. RGB value is (136,93,60). Sum of RGB (Red+Green+Blue) = 136+93+60=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #885D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D3C is #77A2C3. Grayscale: #666666. Windows color (decimal): -7840452 or 3956104. OLE color: 3956104.
HSL color Cylindrical-coordinate representation of color #885D3C: hue angle of 26.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #885D3C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 60 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.47 |
| HSL | 26.05º | 0.39% | 0.38% | - |
| HSV(B) | 26.05º | 0.56% | 0.53% | - |
| XYZ | 14.88 | 13.39 | 6.07 | - |
| YUV | 102.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 60 | 0 | 0.32 | 0.56 | 0.47 | 26.05 | 0.39 | 0.38 |
| Hex | 88 | 5D | 3C | 0 | 20 | 38 | 2F | 1A | 27 | 26 |
| Octal | 210 | 135 | 74 | 0 | 40 | 70 | 57 | 32 | 47 | 46 |
| Binary | 10001000 | 1011101 | 111100 | 0 | 100000 | 111000 | 101111 | 11010 | 100111 | 100110 |
Color Harmonies of #885D3C
Complementary color
Monochromatic Colors of #885D3C
Black with #885D3C
Text Example
Text Example
White with #885D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D3C; }
p { color: rgb(136,93,60); }
H1.HeaderClassName
{
color: #885D3C;
}
.AnyTagClassName
{
color: #885D3C;
}
</style>
background-color css
<style>
a { background-color: #885D3C; }
a { background-color: rgb(136,93,60); }
div.DivClassName
{
background-color: #885D3C;
}
.BgClassName
{
background-color: #885D3C;
}
</style>
border-color css
<style>
span { border-color: #885D3C; }
span { border-color: rgb(136,93,60); }
td.TdClassName
{
border-color: #885D3C;
}
.TagClassName
{
border-color: #885D3C;
}
</style>