#845840

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

Shades of Potters Clay #845840

Tints of Potters Clay #845840

Color information

#845840 (or 0x845840) is unknown color: approx Potters Clay. HEX triplet: 84, 58 and 40. RGB value is (132,88,64). Sum of RGB (Red+Green+Blue) = 132+88+64=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #845840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845840 is #7BA7BF. Grayscale: #626262. Windows color (decimal): -8103872 or 4216964. OLE color: 4216964.

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

Color convert

RGB1328864-
CMYK00.330.520.48
HSL21.18º34.69%38.43%-
HSV(B)21.18º51.52%51.76%-
XYZ13.9312.266.48-
YUV98.42108.58151.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=46.48%
G=30.99%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132886400.330.520.4821.1834.6938.43
Hex8458400213430152326
Octal2041301000416460254346
Binary1000010010110001000000010000111010011000010101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845840; }

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

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

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

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

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

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

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

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