Shades of Potters Clay #815F3A
Tints of Potters Clay #815F3A
RGB
CMYK
RGB Variations
Color information
#815F3A (or 0x815F3A) is known color: Potters Clay. HEX triplet: 81, 5F and 3A. RGB value is (129,95,58). Sum of RGB (Red+Green+Blue) = 129+95+58=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #815F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F3A is #7EA0C5. Grayscale: #656565. Windows color (decimal): -8298694 or 3825537. OLE color: 3825537.
HSL color Cylindrical-coordinate representation of color #815F3A: hue angle of 31.27º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #815F3A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 95 | 58 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.49 |
| HSL | 31.27º | 0.38% | 0.37% | - |
| HSV(B) | 31.27º | 0.55% | 0.51% | - |
| XYZ | 13.91 | 13.16 | 5.81 | - |
| YUV | 100.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 58 | 0 | 0.26 | 0.55 | 0.49 | 31.27 | 0.38 | 0.37 |
| Hex | 81 | 5F | 3A | 0 | 1A | 37 | 31 | 1F | 26 | 25 |
| Octal | 201 | 137 | 72 | 0 | 32 | 67 | 61 | 37 | 46 | 45 |
| Binary | 10000001 | 1011111 | 111010 | 0 | 11010 | 110111 | 110001 | 11111 | 100110 | 100101 |
Color Harmonies of #815F3A
Complementary color
Monochromatic Colors of #815F3A
Black with #815F3A
Text Example
Text Example
White with #815F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815F3A; }
p { color: rgb(129,95,58); }
H1.HeaderClassName
{
color: #815F3A;
}
.AnyTagClassName
{
color: #815F3A;
}
</style>
background-color css
<style>
a { background-color: #815F3A; }
a { background-color: rgb(129,95,58); }
div.DivClassName
{
background-color: #815F3A;
}
.BgClassName
{
background-color: #815F3A;
}
</style>
border-color css
<style>
span { border-color: #815F3A; }
span { border-color: rgb(129,95,58); }
td.TdClassName
{
border-color: #815F3A;
}
.TagClassName
{
border-color: #815F3A;
}
</style>