#7E391A

Color #7E391A Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #7E391A

Tints of Peru Tan #7E391A

Color information

#7E391A (or 0x7E391A) is unknown color: approx Peru Tan. HEX triplet: 7E, 39 and 1A. RGB value is (126,57,26). Sum of RGB (Red+Green+Blue) = 126+57+26=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E391A is #81C6E5. Grayscale: #4A4A4A. Windows color (decimal): -8505062 or 1718654. OLE color: 1718654.

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

Color convert

RGB1265726-
CMYK00.550.790.51
HSL18.6º65.79%29.8%-
HSV(B)18.6º79.37%49.41%-
XYZ10.257.441.87-
YUV74.1100.86165.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 60.29%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=60.29%
G=27.27%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126572600.550.790.5118.665.7929.8
Hex7E391A0374F3313421e
Octal1767132067117632310236
Binary1111110111001110100110111100111111001110011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,57,26); }

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

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

 a { background-color: rgb(126,57,26); }

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

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

 span { border-color: rgb(126,57,26); }

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