Html Css Color HEX #82553D Potters Clay

📋 copy color: '#82553D'

red 130 ◦ green 85 ◦ blue 61

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

Shades of Potters Clay #82553D

Tints of Potters Clay #82553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 47.1%
G = 30.8%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82553D (or 0x82553D) is known color: Potters Clay. HEX triplet: 82, 55 and 3D. RGB value is (130,85,61). Sum of RGB (Red+Green+Blue) = 130+85+61=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82553D is #7DAAC2. Grayscale: #5F5F5F. Windows color (decimal): -8235715 or 4019586. OLE color: 4019586.

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

Color convert

RGB 130 85 61 -
CMYK 0 0.35 0.53 0.49
HSL 20.87º 0.36% 0.37% -
HSV(B) 20.87º 0.53% 0.51% -
XYZ 13.3 11.58 5.95 -
YUV 95.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 130 85 61 0 0.35 0.53 0.49 20.87 0.36 0.37
Hex 82 55 3D 0 23 35 31 15 24 25
Octal 202 125 75 0 43 65 61 25 44 45
Binary 10000010 1010101 111101 0 100011 110101 110001 10101 100100 100101

Color Harmonies of #82553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82553D

Black with #82553D

Text Example


Text Example

White with #82553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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