#84563F

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

Shades of Potters Clay #84563F

Tints of Potters Clay #84563F

Color information

#84563F (or 0x84563F) is unknown color: approx Potters Clay. HEX triplet: 84, 56 and 3F. RGB value is (132,86,63). Sum of RGB (Red+Green+Blue) = 132+86+63=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84563F is #7BA9C0. Grayscale: #616161. Windows color (decimal): -8104385 or 4150916. OLE color: 4150916.

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

Color convert

RGB1328663-
CMYK00.350.520.48
HSL20º35.38%38.24%-
HSV(B)20º52.27%51.76%-
XYZ13.7411.926.28-
YUV97.13108.74152.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 63 (25% from 255) = 22.42%
R=46.98%
G=30.60%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132866300.350.520.482035.3838.24
Hex84563F0233430142326
Octal204126770436460244346
Binary100001001010110111111010001111010011000010100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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