#7E320D

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

Shades of Peru Tan #7E320D

Tints of Peru Tan #7E320D

Color information

#7E320D (or 0x7E320D) is unknown color: approx Peru Tan. HEX triplet: 7E, 32 and 0D. RGB value is (126,50,13). Sum of RGB (Red+Green+Blue) = 126+50+13=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E320D is #81CDF2. Grayscale: #444444. Windows color (decimal): -8506867 or 864894. OLE color: 864894.

HSL color Cylindrical-coordinate representation of color #7E320D: hue angle of 19.65º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E320D is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1265013-
CMYK00.600.900.51
HSL19.65º81.29%27.25%-
HSV(B)19.65º89.68%49.41%-
XYZ9.826.751.17-
YUV68.5196.68169.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 66.67%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=66.67%
G=26.46%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126501300.600.900.5119.6581.2927.25
Hex7E32D03C5A3314511b
Octal1766215074132632412133
Binary111111011001011010111100101101011001110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,50,13); }

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

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

 a { background-color: rgb(126,50,13); }

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

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

 span { border-color: rgb(126,50,13); }

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