#7C3B19

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

Shades of Peru Tan #7C3B19

Tints of Peru Tan #7C3B19

Color information

#7C3B19 (or 0x7C3B19) is unknown color: approx Peru Tan. HEX triplet: 7C, 3B and 19. RGB value is (124,59,25). Sum of RGB (Red+Green+Blue) = 124+59+25=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3B19 is #83C4E6. Grayscale: #4A4A4A. Windows color (decimal): -8635623 or 1653628. OLE color: 1653628.

HSL color Cylindrical-coordinate representation of color #7C3B19: hue angle of 20.61º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C3B19 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB1245925-
CMYK00.520.800.51
HSL20.61º66.44%29.22%-
HSV(B)20.61º79.84%48.63%-
XYZ10.057.481.83-
YUV74.56100.03163.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.62%
GREEN value IS 59 (23.44% from 255) = 28.37%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=59.62%
G=28.37%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124592500.520.800.5120.6166.4429.22
Hex7C3B19034503315421d
Octal1747331064120632510235
Binary1111100111011110010110100101000011001110101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,59,25); }

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

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

 a { background-color: rgb(124,59,25); }

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

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

 span { border-color: rgb(124,59,25); }

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