#82553E

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

Shades of Potters Clay #82553E

Tints of Potters Clay #82553E

Color information

#82553E (or 0x82553E) is unknown color: approx Potters Clay. HEX triplet: 82, 55 and 3E. RGB value is (130,85,62). Sum of RGB (Red+Green+Blue) = 130+85+62=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82553E is #7DAAC1. Grayscale: #5F5F5F. Windows color (decimal): -8235714 or 4085122. OLE color: 4085122.

HSL color Cylindrical-coordinate representation of color #82553E: hue angle of 20.29º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82553E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1308562-
CMYK00.350.520.49
HSL20.29º35.42%37.65%-
HSV(B)20.29º52.31%50.98%-
XYZ13.3211.596.09-
YUV95.83108.91152.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=46.93%
G=30.69%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130856200.350.520.4920.2935.4237.65
Hex82553E0233431142326
Octal202125760436461244346
Binary100000101010101111110010001111010011000110100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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