#79341D

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

Shades of Peru Tan #79341D

Tints of Peru Tan #79341D

Color information

#79341D (or 0x79341D) is unknown color: approx Peru Tan. HEX triplet: 79, 34 and 1D. RGB value is (121,52,29). Sum of RGB (Red+Green+Blue) = 121+52+29=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #79341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79341D is #86CBE2. Grayscale: #464646. Windows color (decimal): -8834019 or 1913977. OLE color: 1913977.

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

Color convert

RGB1215229-
CMYK00.570.760.53
HSL15º61.33%29.41%-
HSV(B)15º76.03%47.45%-
XYZ9.336.611.95-
YUV70.01104.86164.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.90%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=59.90%
G=25.74%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121522900.570.760.531561.3329.41
Hex79341D0394C35f3d1d
Octal171643507111465177535
Binary11110011101001110101110011001100110101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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