Shades of Potters Clay #81583D
Tints of Potters Clay #81583D
RGB
CMYK
RGB Variations
Color information
#81583D (or 0x81583D) is known color: Potters Clay. HEX triplet: 81, 58 and 3D. RGB value is (129,88,61). Sum of RGB (Red+Green+Blue) = 129+88+61=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #81583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81583D is #7EA7C2. Grayscale: #616161. Windows color (decimal): -8300483 or 4020353. OLE color: 4020353.
HSL color Cylindrical-coordinate representation of color #81583D: hue angle of 23.82º degrees, saturation: 0.36, 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 #81583D is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 61 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.49 |
| HSL | 23.82º | 0.36% | 0.37% | - |
| HSV(B) | 23.82º | 0.53% | 0.51% | - |
| XYZ | 13.39 | 11.98 | 6.02 | - |
| YUV | 97.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 61 | 0 | 0.32 | 0.53 | 0.49 | 23.82 | 0.36 | 0.37 |
| Hex | 81 | 58 | 3D | 0 | 20 | 35 | 31 | 18 | 24 | 25 |
| Octal | 201 | 130 | 75 | 0 | 40 | 65 | 61 | 30 | 44 | 45 |
| Binary | 10000001 | 1011000 | 111101 | 0 | 100000 | 110101 | 110001 | 11000 | 100100 | 100101 |
Color Harmonies of #81583D
Complementary color
Monochromatic Colors of #81583D
Black with #81583D
Text Example
Text Example
White with #81583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81583D; }
p { color: rgb(129,88,61); }
H1.HeaderClassName
{
color: #81583D;
}
.AnyTagClassName
{
color: #81583D;
}
</style>
background-color css
<style>
a { background-color: #81583D; }
a { background-color: rgb(129,88,61); }
div.DivClassName
{
background-color: #81583D;
}
.BgClassName
{
background-color: #81583D;
}
</style>
border-color css
<style>
span { border-color: #81583D; }
span { border-color: rgb(129,88,61); }
td.TdClassName
{
border-color: #81583D;
}
.TagClassName
{
border-color: #81583D;
}
</style>