Shades of Potters Clay #845B3C
Tints of Potters Clay #845B3C
RGB
CMYK
RGB Variations
Color information
#845B3C (or 0x845B3C) is known color: Potters Clay. HEX triplet: 84, 5B and 3C. RGB value is (132,91,60). Sum of RGB (Red+Green+Blue) = 132+91+60=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #845B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B3C is #7BA4C3. Grayscale: #636363. Windows color (decimal): -8103108 or 3955588. OLE color: 3955588.
HSL color Cylindrical-coordinate representation of color #845B3C: hue angle of 25.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #845B3C is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 91 | 60 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.48 |
| HSL | 25.83º | 0.38% | 0.38% | - |
| HSV(B) | 25.83º | 0.55% | 0.52% | - |
| XYZ | 14.07 | 12.71 | 5.99 | - |
| YUV | 99.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 60 | 0 | 0.31 | 0.55 | 0.48 | 25.83 | 0.38 | 0.38 |
| Hex | 84 | 5B | 3C | 0 | 1F | 37 | 30 | 1A | 26 | 26 |
| Octal | 204 | 133 | 74 | 0 | 37 | 67 | 60 | 32 | 46 | 46 |
| Binary | 10000100 | 1011011 | 111100 | 0 | 11111 | 110111 | 110000 | 11010 | 100110 | 100110 |
Color Harmonies of #845B3C
Complementary color
Monochromatic Colors of #845B3C
Black with #845B3C
Text Example
Text Example
White with #845B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B3C; }
p { color: rgb(132,91,60); }
H1.HeaderClassName
{
color: #845B3C;
}
.AnyTagClassName
{
color: #845B3C;
}
</style>
background-color css
<style>
a { background-color: #845B3C; }
a { background-color: rgb(132,91,60); }
div.DivClassName
{
background-color: #845B3C;
}
.BgClassName
{
background-color: #845B3C;
}
</style>
border-color css
<style>
span { border-color: #845B3C; }
span { border-color: rgb(132,91,60); }
td.TdClassName
{
border-color: #845B3C;
}
.TagClassName
{
border-color: #845B3C;
}
</style>