Shades of Potters Clay #84593C
Tints of Potters Clay #84593C
RGB
CMYK
RGB Variations
Color information
#84593C (or 0x84593C) is known color: Potters Clay. HEX triplet: 84, 59 and 3C. RGB value is (132,89,60). Sum of RGB (Red+Green+Blue) = 132+89+60=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84593C is #7BA6C3. Grayscale: #626262. Windows color (decimal): -8103620 or 3955076. OLE color: 3955076.
HSL color Cylindrical-coordinate representation of color #84593C: hue angle of 24.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 #84593C is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 60 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.48 |
| HSL | 24.17º | 0.38% | 0.38% | - |
| HSV(B) | 24.17º | 0.55% | 0.52% | - |
| XYZ | 13.9 | 12.38 | 5.93 | - |
| YUV | 98.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 60 | 0 | 0.33 | 0.55 | 0.48 | 24.17 | 0.38 | 0.38 |
| Hex | 84 | 59 | 3C | 0 | 21 | 37 | 30 | 18 | 26 | 26 |
| Octal | 204 | 131 | 74 | 0 | 41 | 67 | 60 | 30 | 46 | 46 |
| Binary | 10000100 | 1011001 | 111100 | 0 | 100001 | 110111 | 110000 | 11000 | 100110 | 100110 |
Color Harmonies of #84593C
Complementary color
Monochromatic Colors of #84593C
Black with #84593C
Text Example
Text Example
White with #84593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84593C; }
p { color: rgb(132,89,60); }
H1.HeaderClassName
{
color: #84593C;
}
.AnyTagClassName
{
color: #84593C;
}
</style>
background-color css
<style>
a { background-color: #84593C; }
a { background-color: rgb(132,89,60); }
div.DivClassName
{
background-color: #84593C;
}
.BgClassName
{
background-color: #84593C;
}
</style>
border-color css
<style>
span { border-color: #84593C; }
span { border-color: rgb(132,89,60); }
td.TdClassName
{
border-color: #84593C;
}
.TagClassName
{
border-color: #84593C;
}
</style>