Shades of Potters Clay #845E3C
Tints of Potters Clay #845E3C
RGB
CMYK
RGB Variations
Color information
#845E3C (or 0x845E3C) is known color: Potters Clay. HEX triplet: 84, 5E and 3C. RGB value is (132,94,60). Sum of RGB (Red+Green+Blue) = 132+94+60=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #845E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E3C is #7BA1C3. Grayscale: #656565. Windows color (decimal): -8102340 or 3956356. OLE color: 3956356.
HSL color Cylindrical-coordinate representation of color #845E3C: hue angle of 28.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #845E3C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 60 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.48 |
| HSL | 28.33º | 0.38% | 0.38% | - |
| HSV(B) | 28.33º | 0.55% | 0.52% | - |
| XYZ | 14.33 | 13.24 | 6.07 | - |
| YUV | 101.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 60 | 0 | 0.29 | 0.55 | 0.48 | 28.33 | 0.38 | 0.38 |
| Hex | 84 | 5E | 3C | 0 | 1D | 37 | 30 | 1C | 26 | 26 |
| Octal | 204 | 136 | 74 | 0 | 35 | 67 | 60 | 34 | 46 | 46 |
| Binary | 10000100 | 1011110 | 111100 | 0 | 11101 | 110111 | 110000 | 11100 | 100110 | 100110 |
Color Harmonies of #845E3C
Complementary color
Monochromatic Colors of #845E3C
Black with #845E3C
Text Example
Text Example
White with #845E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E3C; }
p { color: rgb(132,94,60); }
H1.HeaderClassName
{
color: #845E3C;
}
.AnyTagClassName
{
color: #845E3C;
}
</style>
background-color css
<style>
a { background-color: #845E3C; }
a { background-color: rgb(132,94,60); }
div.DivClassName
{
background-color: #845E3C;
}
.BgClassName
{
background-color: #845E3C;
}
</style>
border-color css
<style>
span { border-color: #845E3C; }
span { border-color: rgb(132,94,60); }
td.TdClassName
{
border-color: #845E3C;
}
.TagClassName
{
border-color: #845E3C;
}
</style>