Shades of Potters Clay #82553E
Tints of Potters Clay #82553E
RGB
CMYK
RGB Variations
Color information
#82553E (or 0x82553E) is known color: Potters Clay. HEX triplet: 82, 55 and 3E. RGB value is (130,85,62). Sum of RGB (Red+Green+Blue) = 130+85+62=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82553E is #7DAAC1. Grayscale: #5F5F5F. Windows color (decimal): -8235714 or 4085122. OLE color: 4085122.
HSL color Cylindrical-coordinate representation of color #82553E: hue angle of 20.29º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82553E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 62 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.49 |
| HSL | 20.29º | 0.35% | 0.38% | - |
| HSV(B) | 20.29º | 0.52% | 0.51% | - |
| XYZ | 13.32 | 11.59 | 6.09 | - |
| YUV | 95.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 62 | 0 | 0.35 | 0.52 | 0.49 | 20.29 | 0.35 | 0.38 |
| Hex | 82 | 55 | 3E | 0 | 23 | 34 | 31 | 14 | 23 | 26 |
| Octal | 202 | 125 | 76 | 0 | 43 | 64 | 61 | 24 | 43 | 46 |
| Binary | 10000010 | 1010101 | 111110 | 0 | 100011 | 110100 | 110001 | 10100 | 100011 | 100110 |
Color Harmonies of #82553E
Complementary color
Monochromatic Colors of #82553E
Black with #82553E
Text Example
Text Example
White with #82553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82553E; }
p { color: rgb(130,85,62); }
H1.HeaderClassName
{
color: #82553E;
}
.AnyTagClassName
{
color: #82553E;
}
</style>
background-color css
<style>
a { background-color: #82553E; }
a { background-color: rgb(130,85,62); }
div.DivClassName
{
background-color: #82553E;
}
.BgClassName
{
background-color: #82553E;
}
</style>
border-color css
<style>
span { border-color: #82553E; }
span { border-color: rgb(130,85,62); }
td.TdClassName
{
border-color: #82553E;
}
.TagClassName
{
border-color: #82553E;
}
</style>