Shades of Potters Clay #825F3E
Tints of Potters Clay #825F3E
RGB
CMYK
RGB Variations
Color information
#825F3E (or 0x825F3E) is known color: Potters Clay. HEX triplet: 82, 5F and 3E. RGB value is (130,95,62). Sum of RGB (Red+Green+Blue) = 130+95+62=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #825F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F3E is #7DA0C1. Grayscale: #656565. Windows color (decimal): -8233154 or 4087682. OLE color: 4087682.
HSL color Cylindrical-coordinate representation of color #825F3E: hue angle of 29.12º 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 #825F3E is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 62 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.49 |
| HSL | 29.12º | 0.35% | 0.38% | - |
| HSV(B) | 29.12º | 0.52% | 0.51% | - |
| XYZ | 14.17 | 13.28 | 6.37 | - |
| YUV | 101.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 62 | 0 | 0.27 | 0.52 | 0.49 | 29.12 | 0.35 | 0.38 |
| Hex | 82 | 5F | 3E | 0 | 1B | 34 | 31 | 1D | 23 | 26 |
| Octal | 202 | 137 | 76 | 0 | 33 | 64 | 61 | 35 | 43 | 46 |
| Binary | 10000010 | 1011111 | 111110 | 0 | 11011 | 110100 | 110001 | 11101 | 100011 | 100110 |
Color Harmonies of #825F3E
Complementary color
Monochromatic Colors of #825F3E
Black with #825F3E
Text Example
Text Example
White with #825F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F3E; }
p { color: rgb(130,95,62); }
H1.HeaderClassName
{
color: #825F3E;
}
.AnyTagClassName
{
color: #825F3E;
}
</style>
background-color css
<style>
a { background-color: #825F3E; }
a { background-color: rgb(130,95,62); }
div.DivClassName
{
background-color: #825F3E;
}
.BgClassName
{
background-color: #825F3E;
}
</style>
border-color css
<style>
span { border-color: #825F3E; }
span { border-color: rgb(130,95,62); }
td.TdClassName
{
border-color: #825F3E;
}
.TagClassName
{
border-color: #825F3E;
}
</style>