Shades of Potters Clay #82553A
Tints of Potters Clay #82553A
RGB
CMYK
RGB Variations
Color information
#82553A (or 0x82553A) is known color: Potters Clay. HEX triplet: 82, 55 and 3A. RGB value is (130,85,58). Sum of RGB (Red+Green+Blue) = 130+85+58=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82553A is #7DAAC5. Grayscale: #5F5F5F. Windows color (decimal): -8235718 or 3822978. OLE color: 3822978.
HSL color Cylindrical-coordinate representation of color #82553A: hue angle of 22.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82553A is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 58 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.49 |
| HSL | 22.5º | 0.38% | 0.37% | - |
| HSV(B) | 22.5º | 0.55% | 0.51% | - |
| XYZ | 13.22 | 11.55 | 5.54 | - |
| YUV | 95.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 58 | 0 | 0.35 | 0.55 | 0.49 | 22.5 | 0.38 | 0.37 |
| Hex | 82 | 55 | 3A | 0 | 23 | 37 | 31 | 16 | 26 | 25 |
| Octal | 202 | 125 | 72 | 0 | 43 | 67 | 61 | 26 | 46 | 45 |
| Binary | 10000010 | 1010101 | 111010 | 0 | 100011 | 110111 | 110001 | 10110 | 100110 | 100101 |
Color Harmonies of #82553A
Complementary color
Monochromatic Colors of #82553A
Black with #82553A
Text Example
Text Example
White with #82553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82553A; }
p { color: rgb(130,85,58); }
H1.HeaderClassName
{
color: #82553A;
}
.AnyTagClassName
{
color: #82553A;
}
</style>
background-color css
<style>
a { background-color: #82553A; }
a { background-color: rgb(130,85,58); }
div.DivClassName
{
background-color: #82553A;
}
.BgClassName
{
background-color: #82553A;
}
</style>
border-color css
<style>
span { border-color: #82553A; }
span { border-color: rgb(130,85,58); }
td.TdClassName
{
border-color: #82553A;
}
.TagClassName
{
border-color: #82553A;
}
</style>