Shades of Potters Clay #845F3C
Tints of Potters Clay #845F3C
RGB
CMYK
RGB Variations
Color information
#845F3C (or 0x845F3C) is known color: Potters Clay. HEX triplet: 84, 5F and 3C. RGB value is (132,95,60). Sum of RGB (Red+Green+Blue) = 132+95+60=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #845F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F3C is #7BA0C3. Grayscale: #666666. Windows color (decimal): -8102084 or 3956612. OLE color: 3956612.
HSL color Cylindrical-coordinate representation of color #845F3C: hue angle of 29.17º 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 #845F3C is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 60 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.48 |
| HSL | 29.17º | 0.38% | 0.38% | - |
| HSV(B) | 29.17º | 0.55% | 0.52% | - |
| XYZ | 14.42 | 13.42 | 6.1 | - |
| YUV | 102.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 60 | 0 | 0.28 | 0.55 | 0.48 | 29.17 | 0.38 | 0.38 |
| Hex | 84 | 5F | 3C | 0 | 1C | 37 | 30 | 1D | 26 | 26 |
| Octal | 204 | 137 | 74 | 0 | 34 | 67 | 60 | 35 | 46 | 46 |
| Binary | 10000100 | 1011111 | 111100 | 0 | 11100 | 110111 | 110000 | 11101 | 100110 | 100110 |
Color Harmonies of #845F3C
Complementary color
Monochromatic Colors of #845F3C
Black with #845F3C
Text Example
Text Example
White with #845F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F3C; }
p { color: rgb(132,95,60); }
H1.HeaderClassName
{
color: #845F3C;
}
.AnyTagClassName
{
color: #845F3C;
}
</style>
background-color css
<style>
a { background-color: #845F3C; }
a { background-color: rgb(132,95,60); }
div.DivClassName
{
background-color: #845F3C;
}
.BgClassName
{
background-color: #845F3C;
}
</style>
border-color css
<style>
span { border-color: #845F3C; }
span { border-color: rgb(132,95,60); }
td.TdClassName
{
border-color: #845F3C;
}
.TagClassName
{
border-color: #845F3C;
}
</style>