#78431E

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

Shades of Peru Tan #78431E

Tints of Peru Tan #78431E

Color information

#78431E (or 0x78431E) is unknown color: approx Peru Tan. HEX triplet: 78, 43 and 1E. RGB value is (120,67,30). Sum of RGB (Red+Green+Blue) = 120+67+30=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78431E is #87BCE1. Grayscale: #4E4E4E. Windows color (decimal): -8895714 or 1983352. OLE color: 1983352.

HSL color Cylindrical-coordinate representation of color #78431E: hue angle of 24.67º 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 #78431E is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1206730-
CMYK00.440.750.53
HSL24.67º60%29.41%-
HSV(B)24.67º75%47.06%-
XYZ9.998.12.27-
YUV78.63100.56157.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.30%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=55.30%
G=30.88%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120673000.440.750.5324.676029.41
Hex78431E02C4B35193c1d
Octal1701033605411365317435
Binary1111000100001111110010110010010111101011100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78431E; }

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

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

<style>
 a { background-color: #78431E; }

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

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

<style>
 span { border-color: #78431E; }

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

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