#82553D

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

Shades of Potters Clay #82553D

Tints of Potters Clay #82553D

Color information

#82553D (or 0x82553D) is unknown color: approx Potters Clay. HEX triplet: 82, 55 and 3D. RGB value is (130,85,61). Sum of RGB (Red+Green+Blue) = 130+85+61=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82553D is #7DAAC2. Grayscale: #5F5F5F. Windows color (decimal): -8235715 or 4019586. OLE color: 4019586.

HSL color Cylindrical-coordinate representation of color #82553D: hue angle of 20.87º 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 #82553D is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1308561-
CMYK00.350.530.49
HSL20.87º36.13%37.45%-
HSV(B)20.87º53.08%50.98%-
XYZ13.311.585.95-
YUV95.72108.41152.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=47.10%
G=30.80%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130856100.350.530.4920.8736.1337.45
Hex82553D0233531152425
Octal202125750436561254445
Binary100000101010101111101010001111010111000110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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