Shades of Potters Clay #825E40
Tints of Potters Clay #825E40
RGB
CMYK
RGB Variations
Color information
#825E40 (or 0x825E40) is known color: Potters Clay. HEX triplet: 82, 5E and 40. RGB value is (130,94,64). Sum of RGB (Red+Green+Blue) = 130+94+64=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #825E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E40 is #7DA1BF. Grayscale: #656565. Windows color (decimal): -8233408 or 4218498. OLE color: 4218498.
HSL color Cylindrical-coordinate representation of color #825E40: hue angle of 27.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #825E40 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 64 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.49 |
| HSL | 27.27º | 0.34% | 0.38% | - |
| HSV(B) | 27.27º | 0.51% | 0.51% | - |
| XYZ | 14.13 | 13.12 | 6.64 | - |
| YUV | 101.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 64 | 0 | 0.28 | 0.51 | 0.49 | 27.27 | 0.34 | 0.38 |
| Hex | 82 | 5E | 40 | 0 | 1C | 33 | 31 | 1B | 22 | 26 |
| Octal | 202 | 136 | 100 | 0 | 34 | 63 | 61 | 33 | 42 | 46 |
| Binary | 10000010 | 1011110 | 1000000 | 0 | 11100 | 110011 | 110001 | 11011 | 100010 | 100110 |
Color Harmonies of #825E40
Complementary color
Monochromatic Colors of #825E40
Black with #825E40
Text Example
Text Example
White with #825E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E40; }
p { color: rgb(130,94,64); }
H1.HeaderClassName
{
color: #825E40;
}
.AnyTagClassName
{
color: #825E40;
}
</style>
background-color css
<style>
a { background-color: #825E40; }
a { background-color: rgb(130,94,64); }
div.DivClassName
{
background-color: #825E40;
}
.BgClassName
{
background-color: #825E40;
}
</style>
border-color css
<style>
span { border-color: #825E40; }
span { border-color: rgb(130,94,64); }
td.TdClassName
{
border-color: #825E40;
}
.TagClassName
{
border-color: #825E40;
}
</style>