#78350E

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

Shades of Peru Tan #78350E

Tints of Peru Tan #78350E

Color information

#78350E (or 0x78350E) is unknown color: approx Peru Tan. HEX triplet: 78, 35 and 0E. RGB value is (120,53,14). Sum of RGB (Red+Green+Blue) = 120+53+14=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78350E is #87CAF1. Grayscale: #444444. Windows color (decimal): -8899314 or 931192. OLE color: 931192.

HSL color Cylindrical-coordinate representation of color #78350E: hue angle of 22.08º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78350E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1205314-
CMYK00.560.880.53
HSL22.08º79.1%26.27%-
HSV(B)22.08º88.33%47.06%-
XYZ9.16.571.2-
YUV68.5997.2164.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 53 (21.09% from 255) = 28.34%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=64.17%
G=28.34%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120531400.560.880.5322.0879.126.27
Hex7835E0385835164f1a
Octal1706516070130652611732
Binary111100011010111100111000101100011010110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,53,14); }

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

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

 a { background-color: rgb(120,53,14); }

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

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

 span { border-color: rgb(120,53,14); }

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