#79380C

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

Shades of Peru Tan #79380C

Tints of Peru Tan #79380C

Color information

#79380C (or 0x79380C) is unknown color: approx Peru Tan. HEX triplet: 79, 38 and 0C. RGB value is (121,56,12). Sum of RGB (Red+Green+Blue) = 121+56+12=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #79380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79380C is #86C7F3. Grayscale: #464646. Windows color (decimal): -8833012 or 800889. OLE color: 800889.

HSL color Cylindrical-coordinate representation of color #79380C: hue angle of 24.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79380C is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1215612-
CMYK00.540.900.53
HSL24.22º81.95%26.08%-
HSV(B)24.22º90.08%47.45%-
XYZ9.376.921.19-
YUV70.4295.03164.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.02%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=64.02%
G=29.63%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121561200.540.900.5324.2281.9526.08
Hex7938C0365A3518521a
Octal1717014066132653012232
Binary111100111100011000110110101101011010111000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79380C; }

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

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

<style>
 a { background-color: #79380C; }

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

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

<style>
 span { border-color: #79380C; }

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

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