#79370C

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

Shades of Peru Tan #79370C

Tints of Peru Tan #79370C

Color information

#79370C (or 0x79370C) is unknown color: approx Peru Tan. HEX triplet: 79, 37 and 0C. RGB value is (121,55,12). Sum of RGB (Red+Green+Blue) = 121+55+12=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #79370C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79370C is #86C8F3. Grayscale: #464646. Windows color (decimal): -8833268 or 800633. OLE color: 800633.

HSL color Cylindrical-coordinate representation of color #79370C: hue angle of 23.67º 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 #79370C is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1215512-
CMYK00.550.900.53
HSL23.67º81.95%26.08%-
HSV(B)23.67º90.08%47.45%-
XYZ9.326.821.17-
YUV69.8395.37164.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 12 (5.08% from 255) = 6.38%
R=64.36%
G=29.26%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121551200.550.900.5323.6781.9526.08
Hex7937C0375A3518521a
Octal1716714067132653012232
Binary111100111011111000110111101101011010111000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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