#84573C

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

Shades of Potters Clay #84573C

Tints of Potters Clay #84573C

Color information

#84573C (or 0x84573C) is unknown color: approx Potters Clay. HEX triplet: 84, 57 and 3C. RGB value is (132,87,60). Sum of RGB (Red+Green+Blue) = 132+87+60=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84573C is #7BA8C3. Grayscale: #616161. Windows color (decimal): -8104132 or 3954564. OLE color: 3954564.

HSL color Cylindrical-coordinate representation of color #84573C: hue angle of 22.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84573C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1328760-
CMYK00.340.550.48
HSL22.5º37.5%37.65%-
HSV(B)22.5º54.55%51.76%-
XYZ13.7412.055.88-
YUV97.38106.91152.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=47.31%
G=31.18%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132876000.340.550.4822.537.537.65
Hex84573C0223730162626
Octal204127740426760264646
Binary100001001010111111100010001011011111000010110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84573C; }

 p { color: rgb(132,87,60); }

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

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

 a { background-color: rgb(132,87,60); }

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

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

 span { border-color: rgb(132,87,60); }

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