Html Css Color HEX #80563A Potters Clay

📋 copy color: '#80563A'

red 128 ◦ green 86 ◦ blue 58

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

Shades of Potters Clay #80563A

Tints of Potters Clay #80563A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 47.06%
G = 31.62%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80563A (or 0x80563A) is known color: Potters Clay. HEX triplet: 80, 56 and 3A. RGB value is (128,86,58). Sum of RGB (Red+Green+Blue) = 128+86+58=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80563A is #7FA9C5. Grayscale: #5F5F5F. Windows color (decimal): -8366534 or 3823232. OLE color: 3823232.

HSL color Cylindrical-coordinate representation of color #80563A: hue angle of 24º 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 #80563A is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 86 58 -
CMYK 0 0.33 0.55 0.50
HSL 24º 0.38% 0.36% -
HSV(B) 24º 0.55% 0.5% -
XYZ 12.99 11.55 5.55 -
YUV 95.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 128 86 58 0 0.33 0.55 0.50 24 0.38 0.36
Hex 80 56 3A 0 21 37 32 18 26 24
Octal 200 126 72 0 41 67 62 30 46 44
Binary 10000000 1010110 111010 0 100001 110111 110010 11000 100110 100100

Color Harmonies of #80563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80563A

Black with #80563A

Text Example


Text Example

White with #80563A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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