Shades of Potters Clay #845A3F
Tints of Potters Clay #845A3F
RGB
CMYK
RGB Variations
Color information
#845A3F (or 0x845A3F) is known color: Potters Clay. HEX triplet: 84, 5A and 3F. RGB value is (132,90,63). Sum of RGB (Red+Green+Blue) = 132+90+63=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #845A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A3F is #7BA5C0. Grayscale: #636363. Windows color (decimal): -8103361 or 4151940. OLE color: 4151940.
HSL color Cylindrical-coordinate representation of color #845A3F: hue angle of 23.48º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845A3F is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 63 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.48 |
| HSL | 23.48º | 0.35% | 0.38% | - |
| HSV(B) | 23.48º | 0.52% | 0.52% | - |
| XYZ | 14.07 | 12.58 | 6.39 | - |
| YUV | 99.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 63 | 0 | 0.32 | 0.52 | 0.48 | 23.48 | 0.35 | 0.38 |
| Hex | 84 | 5A | 3F | 0 | 20 | 34 | 30 | 17 | 23 | 26 |
| Octal | 204 | 132 | 77 | 0 | 40 | 64 | 60 | 27 | 43 | 46 |
| Binary | 10000100 | 1011010 | 111111 | 0 | 100000 | 110100 | 110000 | 10111 | 100011 | 100110 |
Color Harmonies of #845A3F
Complementary color
Monochromatic Colors of #845A3F
Black with #845A3F
Text Example
Text Example
White with #845A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A3F; }
p { color: rgb(132,90,63); }
H1.HeaderClassName
{
color: #845A3F;
}
.AnyTagClassName
{
color: #845A3F;
}
</style>
background-color css
<style>
a { background-color: #845A3F; }
a { background-color: rgb(132,90,63); }
div.DivClassName
{
background-color: #845A3F;
}
.BgClassName
{
background-color: #845A3F;
}
</style>
border-color css
<style>
span { border-color: #845A3F; }
span { border-color: rgb(132,90,63); }
td.TdClassName
{
border-color: #845A3F;
}
.TagClassName
{
border-color: #845A3F;
}
</style>