#7E5F40

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

Shades of Potters Clay #7E5F40

Tints of Potters Clay #7E5F40

Color information

#7E5F40 (or 0x7E5F40) is unknown color: approx Potters Clay. HEX triplet: 7E, 5F and 40. RGB value is (126,95,64). Sum of RGB (Red+Green+Blue) = 126+95+64=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5F40 is #81A0BF. Grayscale: #646464. Windows color (decimal): -8495296 or 4218750. OLE color: 4218750.

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

Color convert

RGB1269564-
CMYK00.250.490.51
HSL30º32.63%37.25%-
HSV(B)30º49.21%49.41%-
XYZ13.6212.996.64-
YUV100.74107.27146.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.21%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=44.21%
G=33.33%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126956400.250.490.513032.6337.25
Hex7E5F4001931331e2125
Octal1761371000316163364145
Binary11111101011111100000001100111000111001111110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,95,64); }

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

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

 a { background-color: rgb(126,95,64); }

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

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

 span { border-color: rgb(126,95,64); }

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