#80563A

Color #80563A Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #80563A

Tints of Potters Clay #80563A

Color information

#80563A (or 0x80563A) is unknown color: approx 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

RGB1288658-
CMYK00.330.550.50
HSL24º37.63%36.47%-
HSV(B)24º54.69%50.2%-
XYZ12.9911.555.55-
YUV95.37106.91151.28-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128865800.330.550.502437.6336.47
Hex80563A0213732182624
Octal200126720416762304644
Binary100000001010110111010010000111011111001011000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>