#78421e

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

Shades of Peru Tan #78421E

Tints of Peru Tan #78421E

Color information

#78421E (or 0x78421E) is unknown color: approx Peru Tan. HEX triplet: 78, 42 and 1E. RGB value is (120,66,30). Sum of RGB (Red+Green+Blue) = 120+66+30=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78421E is #87BDE1. Grayscale: #4E4E4E. Windows color (decimal): -8895970 or 1983096. OLE color: 1983096.

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

Color convert

RGB1206630-
CMYK00.450.750.53
HSL24º60%29.41%-
HSV(B)24º75%47.06%-
XYZ9.937.982.25-
YUV78.04100.89157.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.56%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 30 (12.11% from 255) = 13.89%
R=55.56%
G=30.56%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120663000.450.750.53246029.41
Hex78421E02D4B35183c1d
Octal1701023605511365307435
Binary1111000100001011110010110110010111101011100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78421e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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