#7C3D21

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

Shades of Peru Tan #7C3D21

Tints of Peru Tan #7C3D21

Color information

#7C3D21 (or 0x7C3D21) is unknown color: approx Peru Tan. HEX triplet: 7C, 3D and 21. RGB value is (124,61,33). Sum of RGB (Red+Green+Blue) = 124+61+33=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3D21 is #83C2DE. Grayscale: #4C4C4C. Windows color (decimal): -8635103 or 2178428. OLE color: 2178428.

HSL color Cylindrical-coordinate representation of color #7C3D21: hue angle of 18.46º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C3D21 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB1246133-
CMYK00.510.730.51
HSL18.46º57.96%30.78%-
HSV(B)18.46º73.39%48.63%-
XYZ10.267.732.39-
YUV76.64103.37161.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.88%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=56.88%
G=27.98%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124613300.510.730.5118.4657.9630.78
Hex7C3D210334933123a1f
Octal174754106311163227237
Binary1111100111101100001011001110010011100111001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,61,33); }

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

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

 a { background-color: rgb(124,61,33); }

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

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

 span { border-color: rgb(124,61,33); }

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