#7E3218

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

Shades of Peru Tan #7E3218

Tints of Peru Tan #7E3218

Color information

#7E3218 (or 0x7E3218) is unknown color: approx Peru Tan. HEX triplet: 7E, 32 and 18. RGB value is (126,50,24). Sum of RGB (Red+Green+Blue) = 126+50+24=200 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3218 is #81CDE7. Grayscale: #454545. Windows color (decimal): -8506856 or 1585790. OLE color: 1585790.

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

Color convert

RGB1265024-
CMYK00.600.810.51
HSL15.29º68%29.41%-
HSV(B)15.29º80.95%49.41%-
XYZ9.916.781.65-
YUV69.76102.18168.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 63%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 24 (9.77% from 255) = 12%
R=63%
G=25%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126502400.600.810.5115.296829.41
Hex7E321803C5133f441d
Octal1766230074121631710435
Binary111111011001011000011110010100011100111111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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