#82573B

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

Shades of Potters Clay #82573B

Tints of Potters Clay #82573B

Color information

#82573B (or 0x82573B) is unknown color: approx Potters Clay. HEX triplet: 82, 57 and 3B. RGB value is (130,87,59). Sum of RGB (Red+Green+Blue) = 130+87+59=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82573B is #7DA8C4. Grayscale: #606060. Windows color (decimal): -8235205 or 3889026. OLE color: 3889026.

HSL color Cylindrical-coordinate representation of color #82573B: hue angle of 23.66º 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 #82573B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1308759-
CMYK00.330.550.49
HSL23.66º37.57%37.06%-
HSV(B)23.66º54.62%50.98%-
XYZ13.411.885.72-
YUV96.66106.75151.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=47.10%
G=31.52%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130875900.330.550.4923.6637.5737.06
Hex82573B0213731182625
Octal202127730416761304645
Binary100000101010111111011010000111011111000111000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82573B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82573B; }

 p { color: rgb(130,87,59); }

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

<style>
 a { background-color: #82573B; }

 a { background-color: rgb(130,87,59); }

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

<style>
 span { border-color: #82573B; }

 span { border-color: rgb(130,87,59); }

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