Html Css Color HEX #80573B Potters Clay

📋 copy color: '#80573B'

red 128 ◦ green 87 ◦ blue 59

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

Shades of Potters Clay #80573B

Tints of Potters Clay #80573B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.75%

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 46.72%
G = 31.75%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80573B (or 0x80573B) is known color: Potters Clay. HEX triplet: 80, 57 and 3B. RGB value is (128,87,59). Sum of RGB (Red+Green+Blue) = 128+87+59=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80573B is #7FA8C4. Grayscale: #606060. Windows color (decimal): -8366277 or 3889024. OLE color: 3889024.

HSL color Cylindrical-coordinate representation of color #80573B: hue angle of 24.35º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80573B is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 87 59 -
CMYK 0 0.32 0.54 0.50
HSL 24.35º 0.37% 0.37% -
HSV(B) 24.35º 0.54% 0.5% -
XYZ 13.1 11.72 5.71 -
YUV 96.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 128 87 59 0 0.32 0.54 0.50 24.35 0.37 0.37
Hex 80 57 3B 0 20 36 32 18 25 25
Octal 200 127 73 0 40 66 62 30 45 45
Binary 10000000 1010111 111011 0 100000 110110 110010 11000 100101 100101

Color Harmonies of #80573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80573B

Black with #80573B

Text Example


Text Example

White with #80573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80573B; }

 p { color: rgb(128,87,59); }

 H1.HeaderClassName
 {
   color: #80573B;
 }
 .AnyTagClassName
 {
   color: #80573B;
 }
</style>

background-color css

<style>
 a { background-color: #80573B; }

 a { background-color: rgb(128,87,59); }

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

border-color css

<style>
 span { border-color: #80573B; }

 span { border-color: rgb(128,87,59); }

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