#7E3F21

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

Shades of Peru Tan #7E3F21

Tints of Peru Tan #7E3F21

Color information

#7E3F21 (or 0x7E3F21) is unknown color: approx Peru Tan. HEX triplet: 7E, 3F and 21. RGB value is (126,63,33). Sum of RGB (Red+Green+Blue) = 126+63+33=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3F21 is #81C0DE. Grayscale: #4E4E4E. Windows color (decimal): -8503519 or 2178942. OLE color: 2178942.

HSL color Cylindrical-coordinate representation of color #7E3F21: hue angle of 19.35º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E3F21 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB1266333-
CMYK00.500.740.51
HSL19.35º58.49%31.18%-
HSV(B)19.35º73.81%49.41%-
XYZ10.668.12.44-
YUV78.42102.37161.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56.76%
GREEN value IS 63 (25% from 255) = 28.38%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=56.76%
G=28.38%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126633300.500.740.5119.3558.4931.18
Hex7E3F210324A33133a1f
Octal176774106211263237237
Binary1111110111111100001011001010010101100111001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,63,33); }

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

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

 a { background-color: rgb(126,63,33); }

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

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

 span { border-color: rgb(126,63,33); }

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