Shades of Potters Clay #815A38
Tints of Potters Clay #815A38
RGB
CMYK
RGB Variations
Color information
#815A38 (or 0x815A38) is known color: Potters Clay. HEX triplet: 81, 5A and 38. RGB value is (129,90,56). Sum of RGB (Red+Green+Blue) = 129+90+56=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #815A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A38 is #7EA5C7. Grayscale: #616161. Windows color (decimal): -8299976 or 3693185. OLE color: 3693185.
HSL color Cylindrical-coordinate representation of color #815A38: hue angle of 27.95º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815A38 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 56 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.49 |
| HSL | 27.95º | 0.39% | 0.36% | - |
| HSV(B) | 27.95º | 0.57% | 0.51% | - |
| XYZ | 13.42 | 12.26 | 5.4 | - |
| YUV | 97.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 56 | 0 | 0.30 | 0.57 | 0.49 | 27.95 | 0.39 | 0.36 |
| Hex | 81 | 5A | 38 | 0 | 1E | 39 | 31 | 1C | 27 | 24 |
| Octal | 201 | 132 | 70 | 0 | 36 | 71 | 61 | 34 | 47 | 44 |
| Binary | 10000001 | 1011010 | 111000 | 0 | 11110 | 111001 | 110001 | 11100 | 100111 | 100100 |
Color Harmonies of #815A38
Complementary color
Monochromatic Colors of #815A38
Black with #815A38
Text Example
Text Example
White with #815A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A38; }
p { color: rgb(129,90,56); }
H1.HeaderClassName
{
color: #815A38;
}
.AnyTagClassName
{
color: #815A38;
}
</style>
background-color css
<style>
a { background-color: #815A38; }
a { background-color: rgb(129,90,56); }
div.DivClassName
{
background-color: #815A38;
}
.BgClassName
{
background-color: #815A38;
}
</style>
border-color css
<style>
span { border-color: #815A38; }
span { border-color: rgb(129,90,56); }
td.TdClassName
{
border-color: #815A38;
}
.TagClassName
{
border-color: #815A38;
}
</style>