#78401D

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

Shades of Peru Tan #78401D

Tints of Peru Tan #78401D

Color information

#78401D (or 0x78401D) is unknown color: approx Peru Tan. HEX triplet: 78, 40 and 1D. RGB value is (120,64,29). Sum of RGB (Red+Green+Blue) = 120+64+29=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78401D is #87BFE2. Grayscale: #4C4C4C. Windows color (decimal): -8896483 or 1917048. OLE color: 1917048.

HSL color Cylindrical-coordinate representation of color #78401D: hue angle of 23.08º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78401D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1206429-
CMYK00.470.760.53
HSL23.08º61.07%29.22%-
HSV(B)23.08º75.83%47.06%-
XYZ9.87.752.14-
YUV76.75101.05158.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=56.34%
G=30.05%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120642900.470.760.5323.0861.0729.22
Hex78401D02F4C35173d1d
Octal1701003505711465277535
Binary1111000100000011101010111110011001101011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78401D; }

 p { color: rgb(120,64,29); }

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

<style>
 a { background-color: #78401D; }

 a { background-color: rgb(120,64,29); }

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

<style>
 span { border-color: #78401D; }

 span { border-color: rgb(120,64,29); }

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