Shades of Potters Clay #845D3F
Tints of Potters Clay #845D3F
RGB
CMYK
RGB Variations
Color information
#845D3F (or 0x845D3F) is known color: Potters Clay. HEX triplet: 84, 5D and 3F. RGB value is (132,93,63). Sum of RGB (Red+Green+Blue) = 132+93+63=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #845D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D3F is #7BA2C0. Grayscale: #656565. Windows color (decimal): -8102593 or 4152708. OLE color: 4152708.
HSL color Cylindrical-coordinate representation of color #845D3F: hue angle of 26.09º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845D3F is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 63 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.48 |
| HSL | 26.09º | 0.35% | 0.38% | - |
| HSV(B) | 26.09º | 0.52% | 0.52% | - |
| XYZ | 14.33 | 13.09 | 6.47 | - |
| YUV | 101.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 63 | 0 | 0.30 | 0.52 | 0.48 | 26.09 | 0.35 | 0.38 |
| Hex | 84 | 5D | 3F | 0 | 1E | 34 | 30 | 1A | 23 | 26 |
| Octal | 204 | 135 | 77 | 0 | 36 | 64 | 60 | 32 | 43 | 46 |
| Binary | 10000100 | 1011101 | 111111 | 0 | 11110 | 110100 | 110000 | 11010 | 100011 | 100110 |
Color Harmonies of #845D3F
Complementary color
Monochromatic Colors of #845D3F
Black with #845D3F
Text Example
Text Example
White with #845D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D3F; }
p { color: rgb(132,93,63); }
H1.HeaderClassName
{
color: #845D3F;
}
.AnyTagClassName
{
color: #845D3F;
}
</style>
background-color css
<style>
a { background-color: #845D3F; }
a { background-color: rgb(132,93,63); }
div.DivClassName
{
background-color: #845D3F;
}
.BgClassName
{
background-color: #845D3F;
}
</style>
border-color css
<style>
span { border-color: #845D3F; }
span { border-color: rgb(132,93,63); }
td.TdClassName
{
border-color: #845D3F;
}
.TagClassName
{
border-color: #845D3F;
}
</style>