Html Css Color HEX #80593A Potters Clay

📋 copy color: '#80593A'

red 128 ◦ green 89 ◦ blue 58

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

Shades of Potters Clay #80593A

Tints of Potters Clay #80593A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 46.55%
G = 32.36%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80593A (or 0x80593A) is known color: Potters Clay. HEX triplet: 80, 59 and 3A. RGB value is (128,89,58). Sum of RGB (Red+Green+Blue) = 128+89+58=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80593A is #7FA6C5. Grayscale: #616161. Windows color (decimal): -8365766 or 3824000. OLE color: 3824000.

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

Color convert

RGB 128 89 58 -
CMYK 0 0.30 0.55 0.50
HSL 26.57º 0.38% 0.36% -
HSV(B) 26.57º 0.55% 0.5% -
XYZ 13.24 12.04 5.63 -
YUV 97.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 128 89 58 0 0.30 0.55 0.50 26.57 0.38 0.36
Hex 80 59 3A 0 1E 37 32 1B 26 24
Octal 200 131 72 0 36 67 62 33 46 44
Binary 10000000 1011001 111010 0 11110 110111 110010 11011 100110 100100

Color Harmonies of #80593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80593A

Black with #80593A

Text Example


Text Example

White with #80593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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