#7E3014

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

Shades of Peru Tan #7E3014

Tints of Peru Tan #7E3014

Color information

#7E3014 (or 0x7E3014) is unknown color: approx Peru Tan. HEX triplet: 7E, 30 and 14. RGB value is (126,48,20). Sum of RGB (Red+Green+Blue) = 126+48+20=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3014 is #81CFEB. Grayscale: #444444. Windows color (decimal): -8507372 or 1323134. OLE color: 1323134.

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

Color convert

RGB1264820-
CMYK00.620.840.51
HSL15.85º72.6%28.63%-
HSV(B)15.85º84.13%49.41%-
XYZ9.796.61.42-
YUV68.13100.84169.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 64.95%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=64.95%
G=24.74%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126482000.620.840.5115.8572.628.63
Hex7E301403E543310491d
Octal1766024076124632011135
Binary1111110110000101000111110101010011001110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,20); }

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

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

 a { background-color: rgb(126,48,20); }

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

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

 span { border-color: rgb(126,48,20); }

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