Shades of Potters Clay #825C3F
Tints of Potters Clay #825C3F
RGB
CMYK
RGB Variations
Color information
#825C3F (or 0x825C3F) is known color: Potters Clay. HEX triplet: 82, 5C and 3F. RGB value is (130,92,63). Sum of RGB (Red+Green+Blue) = 130+92+63=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C3F is #7DA3C0. Grayscale: #646464. Windows color (decimal): -8233921 or 4152450. OLE color: 4152450.
HSL color Cylindrical-coordinate representation of color #825C3F: hue angle of 25.97º 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 #825C3F is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 63 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.49 |
| HSL | 25.97º | 0.35% | 0.38% | - |
| HSV(B) | 25.97º | 0.52% | 0.51% | - |
| XYZ | 13.93 | 12.76 | 6.43 | - |
| YUV | 100.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 63 | 0 | 0.29 | 0.52 | 0.49 | 25.97 | 0.35 | 0.38 |
| Hex | 82 | 5C | 3F | 0 | 1D | 34 | 31 | 1A | 23 | 26 |
| Octal | 202 | 134 | 77 | 0 | 35 | 64 | 61 | 32 | 43 | 46 |
| Binary | 10000010 | 1011100 | 111111 | 0 | 11101 | 110100 | 110001 | 11010 | 100011 | 100110 |
Color Harmonies of #825C3F
Complementary color
Monochromatic Colors of #825C3F
Black with #825C3F
Text Example
Text Example
White with #825C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C3F; }
p { color: rgb(130,92,63); }
H1.HeaderClassName
{
color: #825C3F;
}
.AnyTagClassName
{
color: #825C3F;
}
</style>
background-color css
<style>
a { background-color: #825C3F; }
a { background-color: rgb(130,92,63); }
div.DivClassName
{
background-color: #825C3F;
}
.BgClassName
{
background-color: #825C3F;
}
</style>
border-color css
<style>
span { border-color: #825C3F; }
span { border-color: rgb(130,92,63); }
td.TdClassName
{
border-color: #825C3F;
}
.TagClassName
{
border-color: #825C3F;
}
</style>