Html Css Color HEX #80593D Potters Clay

📋 copy color: '#80593D'

red 128 ◦ green 89 ◦ blue 61

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

Shades of Potters Clay #80593D

Tints of Potters Clay #80593D

RGB

 RED value IS 128 (50.39% from 255) = 46.04%

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

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

R = 46.04%
G = 32.01%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80593D (or 0x80593D) is known color: Potters Clay. HEX triplet: 80, 59 and 3D. RGB value is (128,89,61). Sum of RGB (Red+Green+Blue) = 128+89+61=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80593D is #7FA6C2. Grayscale: #616161. Windows color (decimal): -8365763 or 4020608. OLE color: 4020608.

HSL color Cylindrical-coordinate representation of color #80593D: hue angle of 25.07º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80593D is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 61 -
CMYK 0 0.30 0.52 0.50
HSL 25.07º 0.35% 0.37% -
HSV(B) 25.07º 0.52% 0.5% -
XYZ 13.32 12.07 6.04 -
YUV 97.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 128 89 61 0 0.30 0.52 0.50 25.07 0.35 0.37
Hex 80 59 3D 0 1E 34 32 19 23 25
Octal 200 131 75 0 36 64 62 31 43 45
Binary 10000000 1011001 111101 0 11110 110100 110010 11001 100011 100101

Color Harmonies of #80593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80593D

Black with #80593D

Text Example


Text Example

White with #80593D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,89,61); }

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

background-color css

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

 a { background-color: rgb(128,89,61); }

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

border-color css

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

 span { border-color: rgb(128,89,61); }

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