#7E5E3F

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

Shades of Potters Clay #7E5E3F

Tints of Potters Clay #7E5E3F

Color information

#7E5E3F (or 0x7E5E3F) is unknown color: approx Potters Clay. HEX triplet: 7E, 5E and 3F. RGB value is (126,94,63). Sum of RGB (Red+Green+Blue) = 126+94+63=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5E3F is #81A1C0. Grayscale: #646464. Windows color (decimal): -8495553 or 4152958. OLE color: 4152958.

HSL color Cylindrical-coordinate representation of color #7E5E3F: hue angle of 29.52º 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 #7E5E3F is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB1269463-
CMYK00.250.500.51
HSL29.52º33.33%37.06%-
HSV(B)29.52º50%49.41%-
XYZ13.512.86.46-
YUV100.03107.1146.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.52%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 63 (25% from 255) = 22.26%
R=44.52%
G=33.22%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126946300.250.500.5129.5233.3337.06
Hex7E5E3F01932331e2125
Octal176136770316263364145
Binary1111110101111011111101100111001011001111110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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