#79380B

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

Shades of Peru Tan #79380B

Tints of Peru Tan #79380B

Color information

#79380B (or 0x79380B) is unknown color: approx Peru Tan. HEX triplet: 79, 38 and 0B. RGB value is (121,56,11). Sum of RGB (Red+Green+Blue) = 121+56+11=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #79380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79380B is #86C7F4. Grayscale: #464646. Windows color (decimal): -8833013 or 735353. OLE color: 735353.

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

Color convert

RGB1215611-
CMYK00.540.910.53
HSL24.55º83.33%25.88%-
HSV(B)24.55º90.91%47.45%-
XYZ9.366.921.16-
YUV70.3194.53164.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=64.36%
G=29.79%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121561100.540.910.5324.5583.3325.88
Hex7938B0365B3519531a
Octal1717013066133653112332
Binary111100111100010110110110101101111010111001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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