#7E5745

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

Shades of Potters Clay #7E5745

Tints of Potters Clay #7E5745

Color information

#7E5745 (or 0x7E5745) is unknown color: approx Potters Clay. HEX triplet: 7E, 57 and 45. RGB value is (126,87,69). Sum of RGB (Red+Green+Blue) = 126+87+69=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5745 is #81A8BA. Grayscale: #606060. Windows color (decimal): -8497339 or 4544382. OLE color: 4544382.

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

Color convert

RGB1268769-
CMYK00.310.450.51
HSL18.95º29.23%38.24%-
HSV(B)18.95º45.24%49.41%-
XYZ13.0911.687.2-
YUV96.61112.42148.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.68%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=44.68%
G=30.85%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126876900.310.450.5118.9529.2338.24
Hex7E574501F2D33131d26
Octal1761271050375563233546
Binary1111110101011110001010111111011011100111001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,87,69); }

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

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

 a { background-color: rgb(126,87,69); }

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

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

 span { border-color: rgb(126,87,69); }

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