#82563D

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

Shades of Potters Clay #82563D

Tints of Potters Clay #82563D

Color information

#82563D (or 0x82563D) is unknown color: approx Potters Clay. HEX triplet: 82, 56 and 3D. RGB value is (130,86,61). Sum of RGB (Red+Green+Blue) = 130+86+61=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82563D is #7DA9C2. Grayscale: #606060. Windows color (decimal): -8235459 or 4019842. OLE color: 4019842.

HSL color Cylindrical-coordinate representation of color #82563D: hue angle of 21.74º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82563D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1308661-
CMYK00.340.530.49
HSL21.74º36.13%37.45%-
HSV(B)21.74º53.08%50.98%-
XYZ13.3811.745.98-
YUV96.31108.08152.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=46.93%
G=31.05%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130866100.340.530.4921.7436.1337.45
Hex82563D0223531162425
Octal202126750426561264445
Binary100000101010110111101010001011010111000110110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,86,61); }

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

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

 a { background-color: rgb(130,86,61); }

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

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

 span { border-color: rgb(130,86,61); }

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