#7C361C

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

Shades of Peru Tan #7C361C

Tints of Peru Tan #7C361C

Color information

#7C361C (or 0x7C361C) is unknown color: approx Peru Tan. HEX triplet: 7C, 36 and 1C. RGB value is (124,54,28). Sum of RGB (Red+Green+Blue) = 124+54+28=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C361C is #83C9E3. Grayscale: #484848. Windows color (decimal): -8636900 or 1848956. OLE color: 1848956.

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

Color convert

RGB1245428-
CMYK00.560.770.51
HSL16.25º63.16%29.8%-
HSV(B)16.25º77.42%48.63%-
XYZ9.847.011.93-
YUV71.97103.19165.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.19%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=60.19%
G=26.21%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124542800.560.770.5116.2563.1629.8
Hex7C361C0384D33103f1e
Octal174663407011563207736
Binary111110011011011100011100010011011100111000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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