Shades of Potters Clay #82563C
Tints of Potters Clay #82563C
RGB
CMYK
RGB Variations
Color information
#82563C (or 0x82563C) is known color: Potters Clay. HEX triplet: 82, 56 and 3C. RGB value is (130,86,60). Sum of RGB (Red+Green+Blue) = 130+86+60=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82563C is #7DA9C3. Grayscale: #606060. Windows color (decimal): -8235460 or 3954306. OLE color: 3954306.
HSL color Cylindrical-coordinate representation of color #82563C: hue angle of 22.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82563C is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 60 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.49 |
| HSL | 22.29º | 0.37% | 0.37% | - |
| HSV(B) | 22.29º | 0.54% | 0.51% | - |
| XYZ | 13.35 | 11.73 | 5.84 | - |
| YUV | 96.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 60 | 0 | 0.34 | 0.54 | 0.49 | 22.29 | 0.37 | 0.37 |
| Hex | 82 | 56 | 3C | 0 | 22 | 36 | 31 | 16 | 25 | 25 |
| Octal | 202 | 126 | 74 | 0 | 42 | 66 | 61 | 26 | 45 | 45 |
| Binary | 10000010 | 1010110 | 111100 | 0 | 100010 | 110110 | 110001 | 10110 | 100101 | 100101 |
Color Harmonies of #82563C
Complementary color
Monochromatic Colors of #82563C
Black with #82563C
Text Example
Text Example
White with #82563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82563C; }
p { color: rgb(130,86,60); }
H1.HeaderClassName
{
color: #82563C;
}
.AnyTagClassName
{
color: #82563C;
}
</style>
background-color css
<style>
a { background-color: #82563C; }
a { background-color: rgb(130,86,60); }
div.DivClassName
{
background-color: #82563C;
}
.BgClassName
{
background-color: #82563C;
}
</style>
border-color css
<style>
span { border-color: #82563C; }
span { border-color: rgb(130,86,60); }
td.TdClassName
{
border-color: #82563C;
}
.TagClassName
{
border-color: #82563C;
}
</style>