#82563A

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

Shades of Potters Clay #82563A

Tints of Potters Clay #82563A

Color information

#82563A (or 0x82563A) is unknown color: approx Potters Clay. HEX triplet: 82, 56 and 3A. RGB value is (130,86,58). Sum of RGB (Red+Green+Blue) = 130+86+58=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82563A is #7DA9C5. Grayscale: #606060. Windows color (decimal): -8235462 or 3823234. OLE color: 3823234.

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

Color convert

RGB1308658-
CMYK00.340.550.49
HSL23.33º38.3%36.86%-
HSV(B)23.33º55.38%50.98%-
XYZ13.311.715.56-
YUV95.96106.58152.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=47.45%
G=31.39%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130865800.340.550.4923.3338.336.86
Hex82563A0223731172625
Octal202126720426761274645
Binary100000101010110111010010001011011111000110111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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