#82603D

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

Shades of Potters Clay #82603D

Tints of Potters Clay #82603D

Color information

#82603D (or 0x82603D) is unknown color: approx Potters Clay. HEX triplet: 82, 60 and 3D. RGB value is (130,96,61). Sum of RGB (Red+Green+Blue) = 130+96+61=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82603D is #7D9FC2. Grayscale: #666666. Windows color (decimal): -8232899 or 4022402. OLE color: 4022402.

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

Color convert

RGB1309661-
CMYK00.260.530.49
HSL30.43º36.13%37.45%-
HSV(B)30.43º53.08%50.98%-
XYZ14.2313.456.26-
YUV102.18104.76147.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=45.30%
G=33.45%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130966100.260.530.4930.4336.1337.45
Hex82603D01A35311e2425
Octal202140750326561364445
Binary10000010110000011110101101011010111000111110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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