#82583A

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

Shades of Potters Clay #82583A

Tints of Potters Clay #82583A

Color information

#82583A (or 0x82583A) is unknown color: approx Potters Clay. HEX triplet: 82, 58 and 3A. RGB value is (130,88,58). Sum of RGB (Red+Green+Blue) = 130+88+58=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82583A is #7DA7C5. Grayscale: #616161. Windows color (decimal): -8234950 or 3823746. OLE color: 3823746.

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

Color convert

RGB1308858-
CMYK00.320.550.49
HSL25º38.3%36.86%-
HSV(B)25º55.38%50.98%-
XYZ13.4612.035.62-
YUV97.14105.91151.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=47.10%
G=31.88%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130885800.320.550.492538.336.86
Hex82583A0203731192625
Octal202130720406761314645
Binary100000101011000111010010000011011111000111001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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