#84593D

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

Shades of Potters Clay #84593D

Tints of Potters Clay #84593D

Color information

#84593D (or 0x84593D) is unknown color: approx Potters Clay. HEX triplet: 84, 59 and 3D. RGB value is (132,89,61). Sum of RGB (Red+Green+Blue) = 132+89+61=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84593D is #7BA6C2. Grayscale: #626262. Windows color (decimal): -8103619 or 4020612. OLE color: 4020612.

HSL color Cylindrical-coordinate representation of color #84593D: hue angle of 23.66º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84593D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1328961-
CMYK00.330.540.48
HSL23.66º36.79%37.84%-
HSV(B)23.66º53.79%51.76%-
XYZ13.9312.396.07-
YUV98.66106.75151.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 61 (24.22% from 255) = 21.63%
R=46.81%
G=31.56%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132896100.330.540.4823.6636.7937.84
Hex84593D0213630182526
Octal204131750416660304546
Binary100001001011001111101010000111011011000011000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84593D; }

 p { color: rgb(132,89,61); }

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

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

 a { background-color: rgb(132,89,61); }

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

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

 span { border-color: rgb(132,89,61); }

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