#7C391C

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

Shades of Peru Tan #7C391C

Tints of Peru Tan #7C391C

Color information

#7C391C (or 0x7C391C) is unknown color: approx Peru Tan. HEX triplet: 7C, 39 and 1C. RGB value is (124,57,28). Sum of RGB (Red+Green+Blue) = 124+57+28=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C391C is #83C6E3. Grayscale: #494949. Windows color (decimal): -8636132 or 1849724. OLE color: 1849724.

HSL color Cylindrical-coordinate representation of color #7C391C: hue angle of 18.12º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C391C is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB1245728-
CMYK00.540.770.51
HSL18.12º63.16%29.8%-
HSV(B)18.12º77.42%48.63%-
XYZ9.987.31.98-
YUV73.73102.2163.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.33%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=59.33%
G=27.27%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124572800.540.770.5118.1263.1629.8
Hex7C391C0364D33123f1e
Octal174713406611563227736
Binary111110011100111100011011010011011100111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,28); }

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

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

 a { background-color: rgb(124,57,28); }

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

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

 span { border-color: rgb(124,57,28); }

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