#79350E

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

Shades of Peru Tan #79350E

Tints of Peru Tan #79350E

Color information

#79350E (or 0x79350E) is unknown color: approx Peru Tan. HEX triplet: 79, 35 and 0E. RGB value is (121,53,14). Sum of RGB (Red+Green+Blue) = 121+53+14=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #79350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79350E is #86CAF1. Grayscale: #454545. Windows color (decimal): -8833778 or 931193. OLE color: 931193.

HSL color Cylindrical-coordinate representation of color #79350E: hue angle of 21.87º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79350E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1215314-
CMYK00.560.880.53
HSL21.87º79.26%26.47%-
HSV(B)21.87º88.43%47.45%-
XYZ9.246.641.21-
YUV68.8997.03165.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=64.36%
G=28.19%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121531400.560.880.5321.8779.2626.47
Hex7935E0385835164f1a
Octal1716516070130652611732
Binary111100111010111100111000101100011010110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79350E; }

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

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

<style>
 a { background-color: #79350E; }

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

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

<style>
 span { border-color: #79350E; }

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

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