#7C320A

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

Shades of Peru Tan #7C320A

Tints of Peru Tan #7C320A

Color information

#7C320A (or 0x7C320A) is unknown color: approx Peru Tan. HEX triplet: 7C, 32 and 0A. RGB value is (124,50,10). Sum of RGB (Red+Green+Blue) = 124+50+10=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C320A is #83CDF5. Grayscale: #434343. Windows color (decimal): -8637942 or 668284. OLE color: 668284.

HSL color Cylindrical-coordinate representation of color #7C320A: hue angle of 21.05º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C320A is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB1245010-
CMYK00.600.920.51
HSL21.05º85.07%26.27%-
HSV(B)21.05º91.94%48.63%-
XYZ9.516.591.06-
YUV67.5795.52168.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.39%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 10 (4.30% from 255) = 5.43%
R=67.39%
G=27.17%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124501000.600.920.5121.0585.0726.27
Hex7C32A03C5C3315551a
Octal1746212074134632512532
Binary111110011001010100111100101110011001110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,50,10); }

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

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

 a { background-color: rgb(124,50,10); }

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

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

 span { border-color: rgb(124,50,10); }

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