Html Css Color HEX #80573F Potters Clay

📋 copy color: '#80573F'

red 128 ◦ green 87 ◦ blue 63

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

Shades of Potters Clay #80573F

Tints of Potters Clay #80573F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.66%

R = 46.04%
G = 31.29%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80573F (or 0x80573F) is known color: Potters Clay. HEX triplet: 80, 57 and 3F. RGB value is (128,87,63). Sum of RGB (Red+Green+Blue) = 128+87+63=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80573F is #7FA8C0. Grayscale: #606060. Windows color (decimal): -8366273 or 4151168. OLE color: 4151168.

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

Color convert

RGB 128 87 63 -
CMYK 0 0.32 0.51 0.50
HSL 22.15º 0.34% 0.37% -
HSV(B) 22.15º 0.51% 0.5% -
XYZ 13.21 11.76 6.28 -
YUV 96.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 128 87 63 0 0.32 0.51 0.50 22.15 0.34 0.37
Hex 80 57 3F 0 20 33 32 16 22 25
Octal 200 127 77 0 40 63 62 26 42 45
Binary 10000000 1010111 111111 0 100000 110011 110010 10110 100010 100101

Color Harmonies of #80573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80573F

Black with #80573F

Text Example


Text Example

White with #80573F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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