#7C3A21

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

Shades of Peru Tan #7C3A21

Tints of Peru Tan #7C3A21

Color information

#7C3A21 (or 0x7C3A21) is unknown color: approx Peru Tan. HEX triplet: 7C, 3A and 21. RGB value is (124,58,33). Sum of RGB (Red+Green+Blue) = 124+58+33=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3A21 is #83C5DE. Grayscale: #4B4B4B. Windows color (decimal): -8635871 or 2177660. OLE color: 2177660.

HSL color Cylindrical-coordinate representation of color #7C3A21: hue angle of 16.48º 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 #7C3A21 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB1245833-
CMYK00.530.730.51
HSL16.48º57.96%30.78%-
HSV(B)16.48º73.39%48.63%-
XYZ10.17.422.34-
YUV74.88104.37163.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.67%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=57.67%
G=26.98%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124583300.530.730.5116.4857.9630.78
Hex7C3A210354933103a1f
Octal174724106511163207237
Binary1111100111010100001011010110010011100111000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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