Shades of Potters Clay #895B3A
Tints of Potters Clay #895B3A
RGB
CMYK
RGB Variations
Color information
#895B3A (or 0x895B3A) is known color: Potters Clay. HEX triplet: 89, 5B and 3A. RGB value is (137,91,58). Sum of RGB (Red+Green+Blue) = 137+91+58=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #895B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895B3A is #76A4C5. Grayscale: #656565. Windows color (decimal): -7775430 or 3824521. OLE color: 3824521.
HSL color Cylindrical-coordinate representation of color #895B3A: hue angle of 25.06º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #895B3A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 91 | 58 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.46 |
| HSL | 25.06º | 0.41% | 0.38% | - |
| HSV(B) | 25.06º | 0.58% | 0.54% | - |
| XYZ | 14.82 | 13.11 | 5.75 | - |
| YUV | 100.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 58 | 0 | 0.34 | 0.58 | 0.46 | 25.06 | 0.41 | 0.38 |
| Hex | 89 | 5B | 3A | 0 | 22 | 3A | 2E | 19 | 29 | 26 |
| Octal | 211 | 133 | 72 | 0 | 42 | 72 | 56 | 31 | 51 | 46 |
| Binary | 10001001 | 1011011 | 111010 | 0 | 100010 | 111010 | 101110 | 11001 | 101001 | 100110 |
Color Harmonies of #895B3A
Complementary color
Monochromatic Colors of #895B3A
Black with #895B3A
Text Example
Text Example
White with #895B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895B3A; }
p { color: rgb(137,91,58); }
H1.HeaderClassName
{
color: #895B3A;
}
.AnyTagClassName
{
color: #895B3A;
}
</style>
background-color css
<style>
a { background-color: #895B3A; }
a { background-color: rgb(137,91,58); }
div.DivClassName
{
background-color: #895B3A;
}
.BgClassName
{
background-color: #895B3A;
}
</style>
border-color css
<style>
span { border-color: #895B3A; }
span { border-color: rgb(137,91,58); }
td.TdClassName
{
border-color: #895B3A;
}
.TagClassName
{
border-color: #895B3A;
}
</style>