Html Css Color HEX #82563D Potters Clay

📋 copy color: '#82563D'

red 130 ◦ green 86 ◦ blue 61

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

Shades of Potters Clay #82563D

Tints of Potters Clay #82563D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 46.93%
G = 31.05%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82563D (or 0x82563D) is known color: Potters Clay. HEX triplet: 82, 56 and 3D. RGB value is (130,86,61). Sum of RGB (Red+Green+Blue) = 130+86+61=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82563D is #7DA9C2. Grayscale: #606060. Windows color (decimal): -8235459 or 4019842. OLE color: 4019842.

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

Color convert

RGB 130 86 61 -
CMYK 0 0.34 0.53 0.49
HSL 21.74º 0.36% 0.37% -
HSV(B) 21.74º 0.53% 0.51% -
XYZ 13.38 11.74 5.98 -
YUV 96.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 130 86 61 0 0.34 0.53 0.49 21.74 0.36 0.37
Hex 82 56 3D 0 22 35 31 16 24 25
Octal 202 126 75 0 42 65 61 26 44 45
Binary 10000010 1010110 111101 0 100010 110101 110001 10110 100100 100101

Color Harmonies of #82563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82563D

Black with #82563D

Text Example


Text Example

White with #82563D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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