#82593F

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

Shades of Potters Clay #82593F

Tints of Potters Clay #82593F

Color information

#82593F (or 0x82593F) is unknown color: approx Potters Clay. HEX triplet: 82, 59 and 3F. RGB value is (130,89,63). Sum of RGB (Red+Green+Blue) = 130+89+63=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #82593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82593F is #7DA6C0. Grayscale: #626262. Windows color (decimal): -8234689 or 4151682. OLE color: 4151682.

HSL color Cylindrical-coordinate representation of color #82593F: hue angle of 23.28º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82593F is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1308963-
CMYK00.320.520.49
HSL23.28º34.72%37.84%-
HSV(B)23.28º51.54%50.98%-
XYZ13.6812.256.35-
YUV98.3108.08150.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 63 (25% from 255) = 22.34%
R=46.10%
G=31.56%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130896300.320.520.4923.2834.7237.84
Hex82593F0203431172326
Octal202131770406461274346
Binary100000101011001111111010000011010011000110111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,89,63); }

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

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

 a { background-color: rgb(130,89,63); }

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

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

 span { border-color: rgb(130,89,63); }

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