#7E2905

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

Shades of Peru Tan #7E2905

Tints of Peru Tan #7E2905

Color information

#7E2905 (or 0x7E2905) is unknown color: approx Peru Tan. HEX triplet: 7E, 29 and 05. RGB value is (126,41,5). Sum of RGB (Red+Green+Blue) = 126+41+5=172 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.26% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2905 is #81D6FA. Grayscale: #3E3E3E. Windows color (decimal): -8509179 or 338302. OLE color: 338302.

HSL color Cylindrical-coordinate representation of color #7E2905: hue angle of 17.85º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E2905 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB126415-
CMYK00.670.960.51
HSL17.85º92.37%25.69%-
HSV(B)17.85º96.03%49.41%-
XYZ9.426.030.81-
YUV62.3195.66173.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 73.26%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=73.26%
G=23.84%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12641500.670.960.5117.8592.3725.69
Hex7E2950436033125c1a
Octal1765150103140632213432
Binary111111010100110101000011110000011001110010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,41,5); }

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

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

 a { background-color: rgb(126,41,5); }

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

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

 span { border-color: rgb(126,41,5); }

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