#845D40

Color #845D40 Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #845D40

Tints of Potters Clay #845D40

Color information

#845D40 (or 0x845D40) is unknown color: approx Potters Clay. HEX triplet: 84, 5D and 40. RGB value is (132,93,64). Sum of RGB (Red+Green+Blue) = 132+93+64=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #845D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D40 is #7BA2BF. Grayscale: #656565. Windows color (decimal): -8102592 or 4218244. OLE color: 4218244.

HSL color Cylindrical-coordinate representation of color #845D40: hue angle of 25.59º 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 #845D40 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1329364-
CMYK00.300.520.48
HSL25.59º34.69%38.43%-
HSV(B)25.59º51.52%51.76%-
XYZ14.3613.16.62-
YUV101.36106.92149.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=45.67%
G=32.18%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132936400.300.520.4825.5934.6938.43
Hex845D4001E34301a2326
Octal2041351000366460324346
Binary100001001011101100000001111011010011000011010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D40; }

 p { color: rgb(132,93,64); }

 H1.HeaderClassName
 {
   color: #845D40;
 }
 .AnyTagClassName
 {
   color: #845D40;
 }
</style>
background-color css

<style>
 a { background-color: #845D40; }

 a { background-color: rgb(132,93,64); }

 div.DivClassName
 {
   background-color: #845D40;
 }
 .BgClassName
 {
   background-color: #845D40;
 }
</style>
border-color css

<style>
 span { border-color: #845D40; }

 span { border-color: rgb(132,93,64); }

 td.TdClassName
 {
   border-color: #845D40;
 }
 .TagClassName
 {
   border-color: #845D40;
 }
</style>