#845637

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

Shades of Potters Clay #845637

Tints of Potters Clay #845637

Color information

#845637 (or 0x845637) is unknown color: approx Potters Clay. HEX triplet: 84, 56 and 37. RGB value is (132,86,55). Sum of RGB (Red+Green+Blue) = 132+86+55=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #845637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845637 is #7BA9C8. Grayscale: #606060. Windows color (decimal): -8104393 or 3626628. OLE color: 3626628.

HSL color Cylindrical-coordinate representation of color #845637: hue angle of 24.16º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845637 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1328655-
CMYK00.350.580.48
HSL24.16º41.18%36.67%-
HSV(B)24.16º58.33%51.76%-
XYZ13.5311.845.19-
YUV96.22104.74153.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=48.35%
G=31.50%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132865500.350.580.4824.1641.1836.67
Hex8456370233A30182925
Octal204126670437260305145
Binary100001001010110110111010001111101011000011000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845637; }

 p { color: rgb(132,86,55); }

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

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

 a { background-color: rgb(132,86,55); }

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

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

 span { border-color: rgb(132,86,55); }

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