Shades of Potters Clay #855D3E
Tints of Potters Clay #855D3E
RGB
CMYK
RGB Variations
Color information
#855D3E (or 0x855D3E) is known color: Potters Clay. HEX triplet: 85, 5D and 3E. RGB value is (133,93,62). Sum of RGB (Red+Green+Blue) = 133+93+62=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D3E is #7AA2C1. Grayscale: #656565. Windows color (decimal): -8037058 or 4087173. OLE color: 4087173.
HSL color Cylindrical-coordinate representation of color #855D3E: hue angle of 26.2º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855D3E is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 62 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.48 |
| HSL | 26.2º | 0.36% | 0.38% | - |
| HSV(B) | 26.2º | 0.53% | 0.52% | - |
| XYZ | 14.46 | 13.16 | 6.34 | - |
| YUV | 101.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 62 | 0 | 0.30 | 0.53 | 0.48 | 26.2 | 0.36 | 0.38 |
| Hex | 85 | 5D | 3E | 0 | 1E | 35 | 30 | 1A | 24 | 26 |
| Octal | 205 | 135 | 76 | 0 | 36 | 65 | 60 | 32 | 44 | 46 |
| Binary | 10000101 | 1011101 | 111110 | 0 | 11110 | 110101 | 110000 | 11010 | 100100 | 100110 |
Color Harmonies of #855D3E
Complementary color
Monochromatic Colors of #855D3E
Black with #855D3E
Text Example
Text Example
White with #855D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D3E; }
p { color: rgb(133,93,62); }
H1.HeaderClassName
{
color: #855D3E;
}
.AnyTagClassName
{
color: #855D3E;
}
</style>
background-color css
<style>
a { background-color: #855D3E; }
a { background-color: rgb(133,93,62); }
div.DivClassName
{
background-color: #855D3E;
}
.BgClassName
{
background-color: #855D3E;
}
</style>
border-color css
<style>
span { border-color: #855D3E; }
span { border-color: rgb(133,93,62); }
td.TdClassName
{
border-color: #855D3E;
}
.TagClassName
{
border-color: #855D3E;
}
</style>