#79351F

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

Shades of Peru Tan #79351F

Tints of Peru Tan #79351F

Color information

#79351F (or 0x79351F) is unknown color: approx Peru Tan. HEX triplet: 79, 35 and 1F. RGB value is (121,53,31). Sum of RGB (Red+Green+Blue) = 121+53+31=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #79351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79351F is #86CAE0. Grayscale: #464646. Windows color (decimal): -8833761 or 2045305. OLE color: 2045305.

HSL color Cylindrical-coordinate representation of color #79351F: hue angle of 14.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79351F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1215331-
CMYK00.560.740.53
HSL14.67º59.21%29.8%-
HSV(B)14.67º74.38%47.45%-
XYZ9.416.712.1-
YUV70.82105.53163.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.02%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=59.02%
G=25.85%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121533100.560.740.5314.6759.2129.8
Hex79351F0384A35f3b1e
Octal171653707011265177336
Binary11110011101011111101110001001010110101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79351F; }

 p { color: rgb(121,53,31); }

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

<style>
 a { background-color: #79351F; }

 a { background-color: rgb(121,53,31); }

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

<style>
 span { border-color: #79351F; }

 span { border-color: rgb(121,53,31); }

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