Shades of Potters Clay #82583D
Tints of Potters Clay #82583D
RGB
CMYK
RGB Variations
Color information
#82583D (or 0x82583D) is known color: Potters Clay. HEX triplet: 82, 58 and 3D. RGB value is (130,88,61). Sum of RGB (Red+Green+Blue) = 130+88+61=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82583D is #7DA7C2. Grayscale: #616161. Windows color (decimal): -8234947 or 4020354. OLE color: 4020354.
HSL color Cylindrical-coordinate representation of color #82583D: hue angle of 23.48º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82583D is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 61 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.49 |
| HSL | 23.48º | 0.36% | 0.37% | - |
| HSV(B) | 23.48º | 0.53% | 0.51% | - |
| XYZ | 13.54 | 12.06 | 6.03 | - |
| YUV | 97.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 61 | 0 | 0.32 | 0.53 | 0.49 | 23.48 | 0.36 | 0.37 |
| Hex | 82 | 58 | 3D | 0 | 20 | 35 | 31 | 17 | 24 | 25 |
| Octal | 202 | 130 | 75 | 0 | 40 | 65 | 61 | 27 | 44 | 45 |
| Binary | 10000010 | 1011000 | 111101 | 0 | 100000 | 110101 | 110001 | 10111 | 100100 | 100101 |
Color Harmonies of #82583D
Complementary color
Monochromatic Colors of #82583D
Black with #82583D
Text Example
Text Example
White with #82583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82583D; }
p { color: rgb(130,88,61); }
H1.HeaderClassName
{
color: #82583D;
}
.AnyTagClassName
{
color: #82583D;
}
</style>
background-color css
<style>
a { background-color: #82583D; }
a { background-color: rgb(130,88,61); }
div.DivClassName
{
background-color: #82583D;
}
.BgClassName
{
background-color: #82583D;
}
</style>
border-color css
<style>
span { border-color: #82583D; }
span { border-color: rgb(130,88,61); }
td.TdClassName
{
border-color: #82583D;
}
.TagClassName
{
border-color: #82583D;
}
</style>