#805C40

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

Shades of Potters Clay #805C40

Tints of Potters Clay #805C40

Color information

#805C40 (or 0x805C40) is unknown color: approx Potters Clay. HEX triplet: 80, 5C and 40. RGB value is (128,92,64). Sum of RGB (Red+Green+Blue) = 128+92+64=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #805C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C40 is #7FA3BF. Grayscale: #636363. Windows color (decimal): -8364992 or 4217984. OLE color: 4217984.

HSL color Cylindrical-coordinate representation of color #805C40: hue angle of 26.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805C40 is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB1289264-
CMYK00.280.50.50
HSL26.25º33.33%37.65%-
HSV(B)26.25º50%50.2%-
XYZ13.6512.616.57-
YUV99.57107.93148.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=45.07%
G=32.39%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128926400.280.50.5026.2533.3337.65
Hex805C4001C32321a2126
Octal2001341000346262324146
Binary100000001011100100000001110011001011001011010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805C40; }

 p { color: rgb(128,92,64); }

 H1.HeaderClassName
 {
   color: #805C40;
 }
 .AnyTagClassName
 {
   color: #805C40;
 }
</style>
background-color css

<style>
 a { background-color: #805C40; }

 a { background-color: rgb(128,92,64); }

 div.DivClassName
 {
   background-color: #805C40;
 }
 .BgClassName
 {
   background-color: #805C40;
 }
</style>
border-color css

<style>
 span { border-color: #805C40; }

 span { border-color: rgb(128,92,64); }

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