Html Css Color HEX #82593C Potters Clay

📋 copy color: '#82593C'

red 130 ◦ green 89 ◦ blue 60

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

Shades of Potters Clay #82593C

Tints of Potters Clay #82593C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

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

R = 46.59%
G = 31.9%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82593C (or 0x82593C) is known color: Potters Clay. HEX triplet: 82, 59 and 3C. RGB value is (130,89,60). Sum of RGB (Red+Green+Blue) = 130+89+60=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82593C is #7DA6C3. Grayscale: #626262. Windows color (decimal): -8234692 or 3955074. OLE color: 3955074.

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

Color convert

RGB 130 89 60 -
CMYK 0 0.32 0.54 0.49
HSL 24.86º 0.37% 0.37% -
HSV(B) 24.86º 0.54% 0.51% -
XYZ 13.59 12.22 5.92 -
YUV 97.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 130 89 60 0 0.32 0.54 0.49 24.86 0.37 0.37
Hex 82 59 3C 0 20 36 31 19 25 25
Octal 202 131 74 0 40 66 61 31 45 45
Binary 10000010 1011001 111100 0 100000 110110 110001 11001 100101 100101

Color Harmonies of #82593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82593C

Black with #82593C

Text Example


Text Example

White with #82593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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