#79341A

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

Shades of Peru Tan #79341A

Tints of Peru Tan #79341A

Color information

#79341A (or 0x79341A) is unknown color: approx Peru Tan. HEX triplet: 79, 34 and 1A. RGB value is (121,52,26). Sum of RGB (Red+Green+Blue) = 121+52+26=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79341A is #86CBE5. Grayscale: #454545. Windows color (decimal): -8834022 or 1717369. OLE color: 1717369.

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

Color convert

RGB1215226-
CMYK00.570.790.53
HSL16.42º64.63%28.82%-
HSV(B)16.42º78.51%47.45%-
XYZ9.36.61.76-
YUV69.67103.36164.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=60.80%
G=26.13%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121522600.570.790.5316.4264.6328.82
Hex79341A0394F3510411d
Octal1716432071117652010135
Binary1111001110100110100111001100111111010110000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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