#7C5B47

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

Shades of Potters Clay #7C5B47

Tints of Potters Clay #7C5B47

Color information

#7C5B47 (or 0x7C5B47) is unknown color: approx Potters Clay. HEX triplet: 7C, 5B and 47. RGB value is (124,91,71). Sum of RGB (Red+Green+Blue) = 124+91+71=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5B47 is #83A4B8. Grayscale: #626262. Windows color (decimal): -8627385 or 4676476. OLE color: 4676476.

HSL color Cylindrical-coordinate representation of color #7C5B47: hue angle of 22.64º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C5B47 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB1249171-
CMYK00.270.430.51
HSL22.64º27.18%38.24%-
HSV(B)22.64º42.74%48.63%-
XYZ13.1912.227.63-
YUV98.59112.43146.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=43.36%
G=31.82%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124917100.270.430.5122.6427.1838.24
Hex7C5B4701B2B33171b26
Octal1741331070335363273346
Binary1111100101101110001110110111010111100111011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C5B47; }

 p { color: rgb(124,91,71); }

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

<style>
 a { background-color: #7C5B47; }

 a { background-color: rgb(124,91,71); }

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

<style>
 span { border-color: #7C5B47; }

 span { border-color: rgb(124,91,71); }

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