#7E5644

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

Shades of Potters Clay #7E5644

Tints of Potters Clay #7E5644

Color information

#7E5644 (or 0x7E5644) is unknown color: approx Potters Clay. HEX triplet: 7E, 56 and 44. RGB value is (126,86,68). Sum of RGB (Red+Green+Blue) = 126+86+68=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5644 is #81A9BB. Grayscale: #606060. Windows color (decimal): -8497596 or 4478590. OLE color: 4478590.

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

Color convert

RGB1268668-
CMYK00.320.460.51
HSL18.62º29.9%38.04%-
HSV(B)18.62º46.03%49.41%-
XYZ12.9811.517.01-
YUV95.91112.25149.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=45%
G=30.71%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126866800.320.460.5118.6229.938.04
Hex7E56440202E33131e26
Octal1761261040405663233646
Binary11111101010110100010001000001011101100111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,86,68); }

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

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

 a { background-color: rgb(126,86,68); }

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

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

 span { border-color: rgb(126,86,68); }

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