#79381d

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

Shades of Peru Tan #79381D

Tints of Peru Tan #79381D

Color information

#79381D (or 0x79381D) is unknown color: approx Peru Tan. HEX triplet: 79, 38 and 1D. RGB value is (121,56,29). Sum of RGB (Red+Green+Blue) = 121+56+29=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #79381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79381D is #86C7E2. Grayscale: #484848. Windows color (decimal): -8832995 or 1915001. OLE color: 1915001.

HSL color Cylindrical-coordinate representation of color #79381D: hue angle of 17.61º 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 #79381D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1215629-
CMYK00.540.760.53
HSL17.61º61.33%29.41%-
HSV(B)17.61º76.03%47.45%-
XYZ9.526.982.01-
YUV72.36103.53162.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.74%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=58.74%
G=27.18%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121562900.540.760.5317.6161.3329.41
Hex79381D0364C35123d1d
Octal171703506611465227535
Binary111100111100011101011011010011001101011001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79381d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79381d; }

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

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

<style>
 a { background-color: #79381d; }

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

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

<style>
 span { border-color: #79381d; }

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

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