#79380F

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

Shades of Peru Tan #79380F

Tints of Peru Tan #79380F

Color information

#79380F (or 0x79380F) is unknown color: approx Peru Tan. HEX triplet: 79, 38 and 0F. RGB value is (121,56,15). Sum of RGB (Red+Green+Blue) = 121+56+15=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #79380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79380F is #86C7F0. Grayscale: #464646. Windows color (decimal): -8833009 or 997497. OLE color: 997497.

HSL color Cylindrical-coordinate representation of color #79380F: hue angle of 23.21º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79380F is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1215615-
CMYK00.540.880.53
HSL23.21º77.94%26.67%-
HSV(B)23.21º87.6%47.45%-
XYZ9.396.931.29-
YUV70.7696.53163.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.02%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=63.02%
G=29.17%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121561500.540.880.5323.2177.9426.67
Hex7938F0365835174e1b
Octal1717017066130652711633
Binary111100111100011110110110101100011010110111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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