#7E3711

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

Shades of Peru Tan #7E3711

Tints of Peru Tan #7E3711

Color information

#7E3711 (or 0x7E3711) is unknown color: approx Peru Tan. HEX triplet: 7E, 37 and 11. RGB value is (126,55,17). Sum of RGB (Red+Green+Blue) = 126+55+17=198 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.64% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3711 is #81C8EE. Grayscale: #484848. Windows color (decimal): -8505583 or 1128318. OLE color: 1128318.

HSL color Cylindrical-coordinate representation of color #7E3711: hue angle of 20.92º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E3711 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB1265517-
CMYK00.560.870.51
HSL20.92º76.22%28.04%-
HSV(B)20.92º86.51%49.41%-
XYZ10.077.211.39-
YUV71.997.02166.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 63.64%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=63.64%
G=27.78%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126551700.560.870.5120.9276.2228.04
Hex7E37110385733154c1c
Octal1766721070127632511434
Binary1111110110111100010111000101011111001110101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,55,17); }

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

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

 a { background-color: rgb(126,55,17); }

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

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

 span { border-color: rgb(126,55,17); }

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