Shades of Potters Clay #825B45
Tints of Potters Clay #825B45
RGB
CMYK
RGB Variations
Color information
#825B45 (or 0x825B45) is known color: Potters Clay. HEX triplet: 82, 5B and 45. RGB value is (130,91,69). Sum of RGB (Red+Green+Blue) = 130+91+69=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #825B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B45 is #7DA4BA. Grayscale: #646464. Windows color (decimal): -8234171 or 4545410. OLE color: 4545410.
HSL color Cylindrical-coordinate representation of color #825B45: hue angle of 21.64º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825B45 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 69 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.49 |
| HSL | 21.64º | 0.31% | 0.39% | - |
| HSV(B) | 21.64º | 0.47% | 0.51% | - |
| XYZ | 14.02 | 12.66 | 7.33 | - |
| YUV | 100.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 69 | 0 | 0.30 | 0.47 | 0.49 | 21.64 | 0.31 | 0.39 |
| Hex | 82 | 5B | 45 | 0 | 1E | 2F | 31 | 16 | 1F | 27 |
| Octal | 202 | 133 | 105 | 0 | 36 | 57 | 61 | 26 | 37 | 47 |
| Binary | 10000010 | 1011011 | 1000101 | 0 | 11110 | 101111 | 110001 | 10110 | 11111 | 100111 |
Color Harmonies of #825B45
Complementary color
Monochromatic Colors of #825B45
Black with #825B45
Text Example
Text Example
White with #825B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B45; }
p { color: rgb(130,91,69); }
H1.HeaderClassName
{
color: #825B45;
}
.AnyTagClassName
{
color: #825B45;
}
</style>
background-color css
<style>
a { background-color: #825B45; }
a { background-color: rgb(130,91,69); }
div.DivClassName
{
background-color: #825B45;
}
.BgClassName
{
background-color: #825B45;
}
</style>
border-color css
<style>
span { border-color: #825B45; }
span { border-color: rgb(130,91,69); }
td.TdClassName
{
border-color: #825B45;
}
.TagClassName
{
border-color: #825B45;
}
</style>