Html Css Color HEX #82563C Potters Clay

📋 copy color: '#82563C'

red 130 ◦ green 86 ◦ blue 60

#82563C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #82563C

Tints of Potters Clay #82563C

RGB

 RED value IS 130 (51.17% from 255) = 47.1%

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 47.1%
G = 31.16%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82563C (or 0x82563C) is known color: Potters Clay. HEX triplet: 82, 56 and 3C. RGB value is (130,86,60). Sum of RGB (Red+Green+Blue) = 130+86+60=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82563C is #7DA9C3. Grayscale: #606060. Windows color (decimal): -8235460 or 3954306. OLE color: 3954306.

HSL color Cylindrical-coordinate representation of color #82563C: hue angle of 22.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82563C is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 60 -
CMYK 0 0.34 0.54 0.49
HSL 22.29º 0.37% 0.37% -
HSV(B) 22.29º 0.54% 0.51% -
XYZ 13.35 11.73 5.84 -
YUV 96.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 130 86 60 0 0.34 0.54 0.49 22.29 0.37 0.37
Hex 82 56 3C 0 22 36 31 16 25 25
Octal 202 126 74 0 42 66 61 26 45 45
Binary 10000010 1010110 111100 0 100010 110110 110001 10110 100101 100101

Color Harmonies of #82563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82563C

Black with #82563C

Text Example


Text Example

White with #82563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82563C; }

 p { color: rgb(130,86,60); }

 H1.HeaderClassName
 {
   color: #82563C;
 }
 .AnyTagClassName
 {
   color: #82563C;
 }
</style>

background-color css

<style>
 a { background-color: #82563C; }

 a { background-color: rgb(130,86,60); }

 div.DivClassName
 {
   background-color: #82563C;
 }
 .BgClassName
 {
   background-color: #82563C;
 }
</style>

border-color css

<style>
 span { border-color: #82563C; }

 span { border-color: rgb(130,86,60); }

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