#7C3820

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

Shades of Peru Tan #7C3820

Tints of Peru Tan #7C3820

Color information

#7C3820 (or 0x7C3820) is unknown color: approx Peru Tan. HEX triplet: 7C, 38 and 20. RGB value is (124,56,32). Sum of RGB (Red+Green+Blue) = 124+56+32=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3820 is #83C7DF. Grayscale: #494949. Windows color (decimal): -8636384 or 2111612. OLE color: 2111612.

HSL color Cylindrical-coordinate representation of color #7C3820: hue angle of 15.65º degrees, saturation: 0.59, 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 #7C3820 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB1245632-
CMYK00.550.740.51
HSL15.65º58.97%30.59%-
HSV(B)15.65º74.19%48.63%-
XYZ9.997.222.23-
YUV73.6104.53163.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.49%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=58.49%
G=26.42%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124563200.550.740.5115.6558.9730.59
Hex7C38200374A33103b1f
Octal174704006711263207337
Binary1111100111000100000011011110010101100111000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,32); }

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

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

 a { background-color: rgb(124,56,32); }

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

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

 span { border-color: rgb(124,56,32); }

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