#84573F

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

Shades of Potters Clay #84573F

Tints of Potters Clay #84573F

Color information

#84573F (or 0x84573F) is unknown color: approx Potters Clay. HEX triplet: 84, 57 and 3F. RGB value is (132,87,63). Sum of RGB (Red+Green+Blue) = 132+87+63=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84573F is #7BA8C0. Grayscale: #616161. Windows color (decimal): -8104129 or 4151172. OLE color: 4151172.

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

Color convert

RGB1328763-
CMYK00.340.520.48
HSL20.87º35.38%38.24%-
HSV(B)20.87º52.27%51.76%-
XYZ13.8212.086.31-
YUV97.72108.41152.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 63 (25% from 255) = 22.34%
R=46.81%
G=30.85%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132876300.340.520.4820.8735.3838.24
Hex84573F0223430152326
Octal204127770426460254346
Binary100001001010111111111010001011010011000010101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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