#7C2A04

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

Shades of Peru Tan #7C2A04

Tints of Peru Tan #7C2A04

Color information

#7C2A04 (or 0x7C2A04) is unknown color: approx Peru Tan. HEX triplet: 7C, 2A and 04. RGB value is (124,42,4). Sum of RGB (Red+Green+Blue) = 124+42+4=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2A04 is #83D5FB. Grayscale: #3E3E3E. Windows color (decimal): -8639996 or 273020. OLE color: 273020.

HSL color Cylindrical-coordinate representation of color #7C2A04: hue angle of 19º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C2A04 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB124424-
CMYK00.660.970.51
HSL19º93.75%25.1%-
HSV(B)19º96.77%48.63%-
XYZ9.165.950.78-
YUV62.1995.17172.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 72.94%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 4 (1.95% from 255) = 2.35%
R=72.94%
G=24.71%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12442400.660.970.511993.7525.1
Hex7C2A40426133135e19
Octal1745240102141632313631
Binary111110010101010001000010110000111001110011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,42,4); }

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

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

 a { background-color: rgb(124,42,4); }

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

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

 span { border-color: rgb(124,42,4); }

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