#78421F

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

Shades of Peru Tan #78421F

Tints of Peru Tan #78421F

Color information

#78421F (or 0x78421F) is unknown color: approx Peru Tan. HEX triplet: 78, 42 and 1F. RGB value is (120,66,31). Sum of RGB (Red+Green+Blue) = 120+66+31=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78421F is #87BDE0. Grayscale: #4E4E4E. Windows color (decimal): -8895969 or 2048632. OLE color: 2048632.

HSL color Cylindrical-coordinate representation of color #78421F: hue angle of 23.6º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78421F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1206631-
CMYK00.450.740.53
HSL23.6º58.94%29.61%-
HSV(B)23.6º74.17%47.06%-
XYZ9.947.992.31-
YUV78.16101.39157.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.30%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 31 (12.5% from 255) = 14.29%
R=55.30%
G=30.41%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120663100.450.740.5323.658.9429.61
Hex78421F02D4A35183b1e
Octal1701023705511265307336
Binary1111000100001011111010110110010101101011100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,66,31); }

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

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

 a { background-color: rgb(120,66,31); }

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

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

 span { border-color: rgb(120,66,31); }

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