#845635

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

Shades of Potters Clay #845635

Tints of Potters Clay #845635

Color information

#845635 (or 0x845635) is unknown color: approx Potters Clay. HEX triplet: 84, 56 and 35. RGB value is (132,86,53). Sum of RGB (Red+Green+Blue) = 132+86+53=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #845635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845635 is #7BA9CA. Grayscale: #606060. Windows color (decimal): -8104395 or 3495556. OLE color: 3495556.

HSL color Cylindrical-coordinate representation of color #845635: hue angle of 25.06º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845635 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1328653-
CMYK00.350.600.48
HSL25.06º42.7%36.27%-
HSV(B)25.06º59.85%51.76%-
XYZ13.4911.824.94-
YUV95.99103.74153.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=48.71%
G=31.73%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132865300.350.600.4825.0642.736.27
Hex8456350233C30192b24
Octal204126650437460315344
Binary100001001010110110101010001111110011000011001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845635; }

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

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

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

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

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

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

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

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