Shades of Potters Clay #805935
Tints of Potters Clay #805935
RGB
CMYK
RGB Variations
Color information
#805935 (or 0x805935) is known color: Potters Clay. HEX triplet: 80, 59 and 35. RGB value is (128,89,53). Sum of RGB (Red+Green+Blue) = 128+89+53=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #805935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805935 is #7FA6CA. Grayscale: #606060. Windows color (decimal): -8365771 or 3496320. OLE color: 3496320.
HSL color Cylindrical-coordinate representation of color #805935: hue angle of 28.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805935 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 53 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.50 |
| HSL | 28.8º | 0.41% | 0.35% | - |
| HSV(B) | 28.8º | 0.59% | 0.5% | - |
| XYZ | 13.12 | 11.99 | 4.99 | - |
| YUV | 96.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 53 | 0 | 0.30 | 0.59 | 0.50 | 28.8 | 0.41 | 0.35 |
| Hex | 80 | 59 | 35 | 0 | 1E | 3B | 32 | 1D | 29 | 23 |
| Octal | 200 | 131 | 65 | 0 | 36 | 73 | 62 | 35 | 51 | 43 |
| Binary | 10000000 | 1011001 | 110101 | 0 | 11110 | 111011 | 110010 | 11101 | 101001 | 100011 |
Color Harmonies of #805935
Complementary color
Monochromatic Colors of #805935
Black with #805935
Text Example
Text Example
White with #805935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805935; }
p { color: rgb(128,89,53); }
H1.HeaderClassName
{
color: #805935;
}
.AnyTagClassName
{
color: #805935;
}
</style>
background-color css
<style>
a { background-color: #805935; }
a { background-color: rgb(128,89,53); }
div.DivClassName
{
background-color: #805935;
}
.BgClassName
{
background-color: #805935;
}
</style>
border-color css
<style>
span { border-color: #805935; }
span { border-color: rgb(128,89,53); }
td.TdClassName
{
border-color: #805935;
}
.TagClassName
{
border-color: #805935;
}
</style>