#79341C

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

Shades of Peru Tan #79341C

Tints of Peru Tan #79341C

Color information

#79341C (or 0x79341C) is unknown color: approx Peru Tan. HEX triplet: 79, 34 and 1C. RGB value is (121,52,28). Sum of RGB (Red+Green+Blue) = 121+52+28=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79341C is #86CBE3. Grayscale: #464646. Windows color (decimal): -8834020 or 1848441. OLE color: 1848441.

HSL color Cylindrical-coordinate representation of color #79341C: hue angle of 15.48º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79341C is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1215228-
CMYK00.570.770.53
HSL15.48º62.42%29.22%-
HSV(B)15.48º76.86%47.45%-
XYZ9.326.61.88-
YUV69.9104.36164.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=60.20%
G=25.87%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121522800.570.770.5315.4862.4229.22
Hex79341C0394D35f3e1d
Octal171643407111565177635
Binary11110011101001110001110011001101110101111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79341C; }

 p { color: rgb(121,52,28); }

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

<style>
 a { background-color: #79341C; }

 a { background-color: rgb(121,52,28); }

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

<style>
 span { border-color: #79341C; }

 span { border-color: rgb(121,52,28); }

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