Shades of Potters Clay #815A3C
Tints of Potters Clay #815A3C
RGB
CMYK
RGB Variations
Color information
#815A3C (or 0x815A3C) is known color: Potters Clay. HEX triplet: 81, 5A and 3C. RGB value is (129,90,60). Sum of RGB (Red+Green+Blue) = 129+90+60=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #815A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A3C is #7EA5C3. Grayscale: #626262. Windows color (decimal): -8299972 or 3955329. OLE color: 3955329.
HSL color Cylindrical-coordinate representation of color #815A3C: hue angle of 26.09º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #815A3C is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 60 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.49 |
| HSL | 26.09º | 0.37% | 0.37% | - |
| HSV(B) | 26.09º | 0.53% | 0.51% | - |
| XYZ | 13.53 | 12.31 | 5.94 | - |
| YUV | 98.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 60 | 0 | 0.30 | 0.53 | 0.49 | 26.09 | 0.37 | 0.37 |
| Hex | 81 | 5A | 3C | 0 | 1E | 35 | 31 | 1A | 25 | 25 |
| Octal | 201 | 132 | 74 | 0 | 36 | 65 | 61 | 32 | 45 | 45 |
| Binary | 10000001 | 1011010 | 111100 | 0 | 11110 | 110101 | 110001 | 11010 | 100101 | 100101 |
Color Harmonies of #815A3C
Complementary color
Monochromatic Colors of #815A3C
Black with #815A3C
Text Example
Text Example
White with #815A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A3C; }
p { color: rgb(129,90,60); }
H1.HeaderClassName
{
color: #815A3C;
}
.AnyTagClassName
{
color: #815A3C;
}
</style>
background-color css
<style>
a { background-color: #815A3C; }
a { background-color: rgb(129,90,60); }
div.DivClassName
{
background-color: #815A3C;
}
.BgClassName
{
background-color: #815A3C;
}
</style>
border-color css
<style>
span { border-color: #815A3C; }
span { border-color: rgb(129,90,60); }
td.TdClassName
{
border-color: #815A3C;
}
.TagClassName
{
border-color: #815A3C;
}
</style>