#7D5A47

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

Shades of Potters Clay #7D5A47

Tints of Potters Clay #7D5A47

Color information

#7D5A47 (or 0x7D5A47) is unknown color: approx Potters Clay. HEX triplet: 7D, 5A and 47. RGB value is (125,90,71). Sum of RGB (Red+Green+Blue) = 125+90+71=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5A47 is #82A5B8. Grayscale: #626262. Windows color (decimal): -8562105 or 4676221. OLE color: 4676221.

HSL color Cylindrical-coordinate representation of color #7D5A47: hue angle of 21.11º degrees, saturation: 0.28, 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 #7D5A47 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB1259071-
CMYK00.280.430.51
HSL21.11º27.55%38.43%-
HSV(B)21.11º43.2%49.02%-
XYZ13.2512.137.6-
YUV98.3112.6147.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.71%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=43.71%
G=31.47%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125907100.280.430.5121.1127.5538.43
Hex7D5A4701C2B33151c26
Octal1751321070345363253446
Binary1111101101101010001110111001010111100111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,90,71); }

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

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

 a { background-color: rgb(125,90,71); }

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

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

 span { border-color: rgb(125,90,71); }

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