Shades of Potters Clay #815B46
Tints of Potters Clay #815B46
RGB
CMYK
RGB Variations
Color information
#815B46 (or 0x815B46) is known color: Potters Clay. HEX triplet: 81, 5B and 46. RGB value is (129,91,70). Sum of RGB (Red+Green+Blue) = 129+91+70=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #815B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815B46 is #7EA4B9. Grayscale: #646464. Windows color (decimal): -8299706 or 4610945. OLE color: 4610945.
HSL color Cylindrical-coordinate representation of color #815B46: hue angle of 21.36º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #815B46 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 91 | 70 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.49 |
| HSL | 21.36º | 0.3% | 0.39% | - |
| HSV(B) | 21.36º | 0.46% | 0.51% | - |
| XYZ | 13.9 | 12.59 | 7.49 | - |
| YUV | 99.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 70 | 0 | 0.29 | 0.46 | 0.49 | 21.36 | 0.3 | 0.39 |
| Hex | 81 | 5B | 46 | 0 | 1D | 2E | 31 | 15 | 1E | 27 |
| Octal | 201 | 133 | 106 | 0 | 35 | 56 | 61 | 25 | 36 | 47 |
| Binary | 10000001 | 1011011 | 1000110 | 0 | 11101 | 101110 | 110001 | 10101 | 11110 | 100111 |
Color Harmonies of #815B46
Complementary color
Monochromatic Colors of #815B46
Black with #815B46
Text Example
Text Example
White with #815B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815B46; }
p { color: rgb(129,91,70); }
H1.HeaderClassName
{
color: #815B46;
}
.AnyTagClassName
{
color: #815B46;
}
</style>
background-color css
<style>
a { background-color: #815B46; }
a { background-color: rgb(129,91,70); }
div.DivClassName
{
background-color: #815B46;
}
.BgClassName
{
background-color: #815B46;
}
</style>
border-color css
<style>
span { border-color: #815B46; }
span { border-color: rgb(129,91,70); }
td.TdClassName
{
border-color: #815B46;
}
.TagClassName
{
border-color: #815B46;
}
</style>