Shades of Potters Clay #825F3D
Tints of Potters Clay #825F3D
RGB
CMYK
RGB Variations
Color information
#825F3D (or 0x825F3D) is known color: Potters Clay. HEX triplet: 82, 5F and 3D. RGB value is (130,95,61). Sum of RGB (Red+Green+Blue) = 130+95+61=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #825F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F3D is #7DA0C2. Grayscale: #656565. Windows color (decimal): -8233155 or 4022146. OLE color: 4022146.
HSL color Cylindrical-coordinate representation of color #825F3D: hue angle of 29.57º 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 #825F3D is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 61 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.49 |
| HSL | 29.57º | 0.36% | 0.37% | - |
| HSV(B) | 29.57º | 0.53% | 0.51% | - |
| XYZ | 14.14 | 13.27 | 6.23 | - |
| YUV | 101.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 61 | 0 | 0.27 | 0.53 | 0.49 | 29.57 | 0.36 | 0.37 |
| Hex | 82 | 5F | 3D | 0 | 1B | 35 | 31 | 1E | 24 | 25 |
| Octal | 202 | 137 | 75 | 0 | 33 | 65 | 61 | 36 | 44 | 45 |
| Binary | 10000010 | 1011111 | 111101 | 0 | 11011 | 110101 | 110001 | 11110 | 100100 | 100101 |
Color Harmonies of #825F3D
Complementary color
Monochromatic Colors of #825F3D
Black with #825F3D
Text Example
Text Example
White with #825F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F3D; }
p { color: rgb(130,95,61); }
H1.HeaderClassName
{
color: #825F3D;
}
.AnyTagClassName
{
color: #825F3D;
}
</style>
background-color css
<style>
a { background-color: #825F3D; }
a { background-color: rgb(130,95,61); }
div.DivClassName
{
background-color: #825F3D;
}
.BgClassName
{
background-color: #825F3D;
}
</style>
border-color css
<style>
span { border-color: #825F3D; }
span { border-color: rgb(130,95,61); }
td.TdClassName
{
border-color: #825F3D;
}
.TagClassName
{
border-color: #825F3D;
}
</style>