#84573E

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

Shades of Potters Clay #84573E

Tints of Potters Clay #84573E

Color information

#84573E (or 0x84573E) is unknown color: approx Potters Clay. HEX triplet: 84, 57 and 3E. RGB value is (132,87,62). Sum of RGB (Red+Green+Blue) = 132+87+62=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84573E is #7BA8C1. Grayscale: #616161. Windows color (decimal): -8104130 or 4085636. OLE color: 4085636.

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

Color convert

RGB1328762-
CMYK00.340.530.48
HSL21.43º36.08%38.04%-
HSV(B)21.43º53.03%51.76%-
XYZ13.7912.076.16-
YUV97.6107.91152.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 62 (24.61% from 255) = 22.06%
R=46.98%
G=30.96%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132876200.340.530.4821.4336.0838.04
Hex84573E0223530152426
Octal204127760426560254446
Binary100001001010111111110010001011010111000010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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