#82553B

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

Shades of Potters Clay #82553B

Tints of Potters Clay #82553B

Color information

#82553B (or 0x82553B) is unknown color: approx Potters Clay. HEX triplet: 82, 55 and 3B. RGB value is (130,85,59). Sum of RGB (Red+Green+Blue) = 130+85+59=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82553B is #7DAAC4. Grayscale: #5F5F5F. Windows color (decimal): -8235717 or 3888514. OLE color: 3888514.

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

Color convert

RGB1308559-
CMYK00.350.550.49
HSL21.97º37.57%37.06%-
HSV(B)21.97º54.62%50.98%-
XYZ13.2411.565.67-
YUV95.49107.41152.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=47.45%
G=31.02%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130855900.350.550.4921.9737.5737.06
Hex82553B0233731162625
Octal202125730436761264645
Binary100000101010101111011010001111011111000110110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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