Shades of Potters Clay #83593A
Tints of Potters Clay #83593A
RGB
CMYK
RGB Variations
Color information
#83593A (or 0x83593A) is known color: Potters Clay. HEX triplet: 83, 59 and 3A. RGB value is (131,89,58). Sum of RGB (Red+Green+Blue) = 131+89+58=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83593A is #7CA6C5. Grayscale: #626262. Windows color (decimal): -8169158 or 3824003. OLE color: 3824003.
HSL color Cylindrical-coordinate representation of color #83593A: hue angle of 25.48º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83593A is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 89 | 58 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.49 |
| HSL | 25.48º | 0.39% | 0.37% | - |
| HSV(B) | 25.48º | 0.56% | 0.51% | - |
| XYZ | 13.7 | 12.28 | 5.65 | - |
| YUV | 98.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 58 | 0 | 0.32 | 0.56 | 0.49 | 25.48 | 0.39 | 0.37 |
| Hex | 83 | 59 | 3A | 0 | 20 | 38 | 31 | 19 | 27 | 25 |
| Octal | 203 | 131 | 72 | 0 | 40 | 70 | 61 | 31 | 47 | 45 |
| Binary | 10000011 | 1011001 | 111010 | 0 | 100000 | 111000 | 110001 | 11001 | 100111 | 100101 |
Color Harmonies of #83593A
Complementary color
Monochromatic Colors of #83593A
Black with #83593A
Text Example
Text Example
White with #83593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83593A; }
p { color: rgb(131,89,58); }
H1.HeaderClassName
{
color: #83593A;
}
.AnyTagClassName
{
color: #83593A;
}
</style>
background-color css
<style>
a { background-color: #83593A; }
a { background-color: rgb(131,89,58); }
div.DivClassName
{
background-color: #83593A;
}
.BgClassName
{
background-color: #83593A;
}
</style>
border-color css
<style>
span { border-color: #83593A; }
span { border-color: rgb(131,89,58); }
td.TdClassName
{
border-color: #83593A;
}
.TagClassName
{
border-color: #83593A;
}
</style>