#78361E

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

Shades of Peru Tan #78361E

Tints of Peru Tan #78361E

Color information

#78361E (or 0x78361E) is unknown color: approx Peru Tan. HEX triplet: 78, 36 and 1E. RGB value is (120,54,30). Sum of RGB (Red+Green+Blue) = 120+54+30=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78361E is #87C9E1. Grayscale: #474747. Windows color (decimal): -8899042 or 1980024. OLE color: 1980024.

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

Color convert

RGB1205430-
CMYK00.550.750.53
HSL16º60%29.41%-
HSV(B)16º75%47.06%-
XYZ9.36.732.04-
YUV71104.87162.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 30 (12.11% from 255) = 14.71%
R=58.82%
G=26.47%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120543000.550.750.53166029.41
Hex78361E0374B35103c1d
Octal170663606711365207435
Binary111100011011011110011011110010111101011000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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