#7E5A3F

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

Shades of Potters Clay #7E5A3F

Tints of Potters Clay #7E5A3F

Color information

#7E5A3F (or 0x7E5A3F) is unknown color: approx Potters Clay. HEX triplet: 7E, 5A and 3F. RGB value is (126,90,63). Sum of RGB (Red+Green+Blue) = 126+90+63=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5A3F is #81A5C0. Grayscale: #616161. Windows color (decimal): -8496577 or 4151934. OLE color: 4151934.

HSL color Cylindrical-coordinate representation of color #7E5A3F: hue angle of 25.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E5A3F is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB1269063-
CMYK00.290.500.51
HSL25.71º33.33%37.06%-
HSV(B)25.71º50%49.41%-
XYZ13.1612.116.35-
YUV97.69108.43148.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.16%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 63 (25% from 255) = 22.58%
R=45.16%
G=32.26%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126906300.290.500.5125.7133.3337.06
Hex7E5A3F01D32331a2125
Octal176132770356263324145
Binary1111110101101011111101110111001011001111010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,90,63); }

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

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

 a { background-color: rgb(126,90,63); }

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

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

 span { border-color: rgb(126,90,63); }

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