#845C42

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

Shades of Potters Clay #845C42

Tints of Potters Clay #845C42

Color information

#845C42 (or 0x845C42) is unknown color: approx Potters Clay. HEX triplet: 84, 5C and 42. RGB value is (132,92,66). Sum of RGB (Red+Green+Blue) = 132+92+66=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #845C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C42 is #7BA3BD. Grayscale: #656565. Windows color (decimal): -8102846 or 4349060. OLE color: 4349060.

HSL color Cylindrical-coordinate representation of color #845C42: hue angle of 23.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #845C42 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB1329266-
CMYK00.300.50.48
HSL23.64º33.33%38.82%-
HSV(B)23.64º50%51.76%-
XYZ14.3312.956.9-
YUV101108.25150.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=45.52%
G=31.72%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132926600.300.50.4823.6433.3338.82
Hex845C4201E3230182127
Octal2041341020366260304147
Binary100001001011100100001001111011001011000011000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,66); }

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

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

 a { background-color: rgb(132,92,66); }

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

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

 span { border-color: rgb(132,92,66); }

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