#7E5B45

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

Shades of Potters Clay #7E5B45

Tints of Potters Clay #7E5B45

Color information

#7E5B45 (or 0x7E5B45) is unknown color: approx Potters Clay. HEX triplet: 7E, 5B and 45. RGB value is (126,91,69). Sum of RGB (Red+Green+Blue) = 126+91+69=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5B45 is #81A4BA. Grayscale: #636363. Windows color (decimal): -8496315 or 4545406. OLE color: 4545406.

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

Color convert

RGB1269169-
CMYK00.280.450.51
HSL23.16º29.23%38.24%-
HSV(B)23.16º45.24%49.41%-
XYZ13.4212.357.31-
YUV98.96111.1147.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.06%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=44.06%
G=31.82%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126916900.280.450.5123.1629.2338.24
Hex7E5B4501C2D33171d26
Octal1761331050345563273546
Binary1111110101101110001010111001011011100111011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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