#7C2E05

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

Shades of Peru Tan #7C2E05

Tints of Peru Tan #7C2E05

Color information

#7C2E05 (or 0x7C2E05) is unknown color: approx Peru Tan. HEX triplet: 7C, 2E and 05. RGB value is (124,46,5). Sum of RGB (Red+Green+Blue) = 124+46+5=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2E05 is #83D1FA. Grayscale: #404040. Windows color (decimal): -8638971 or 339580. OLE color: 339580.

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

Color convert

RGB124465-
CMYK00.630.960.51
HSL20.67º92.25%25.29%-
HSV(B)20.67º95.97%48.63%-
XYZ9.326.250.86-
YUV64.6594.34170.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 70.86%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 5 (2.34% from 255) = 2.86%
R=70.86%
G=26.29%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12446500.630.960.5120.6792.2525.29
Hex7C2E503F6033155c19
Octal174565077140632513431
Binary11111001011101010111111110000011001110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,46,5); }

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

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

 a { background-color: rgb(124,46,5); }

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

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

 span { border-color: rgb(124,46,5); }

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