#7C3B20

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

Shades of Peru Tan #7C3B20

Tints of Peru Tan #7C3B20

Color information

#7C3B20 (or 0x7C3B20) is unknown color: approx Peru Tan. HEX triplet: 7C, 3B and 20. RGB value is (124,59,32). Sum of RGB (Red+Green+Blue) = 124+59+32=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3B20 is #83C4DF. Grayscale: #4B4B4B. Windows color (decimal): -8635616 or 2112380. OLE color: 2112380.

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

Color convert

RGB1245932-
CMYK00.520.740.51
HSL17.61º58.97%30.59%-
HSV(B)17.61º74.19%48.63%-
XYZ10.147.522.28-
YUV75.36103.53162.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.67%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=57.67%
G=27.44%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124593200.520.740.5117.6158.9730.59
Hex7C3B200344A33123b1f
Octal174734006411263227337
Binary1111100111011100000011010010010101100111001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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