#78361F

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

Shades of Peru Tan #78361F

Tints of Peru Tan #78361F

Color information

#78361F (or 0x78361F) is unknown color: approx Peru Tan. HEX triplet: 78, 36 and 1F. RGB value is (120,54,31). Sum of RGB (Red+Green+Blue) = 120+54+31=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #78361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78361F is #87C9E0. Grayscale: #474747. Windows color (decimal): -8899041 or 2045560. OLE color: 2045560.

HSL color Cylindrical-coordinate representation of color #78361F: hue angle of 15.51º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78361F is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1205431-
CMYK00.550.740.53
HSL15.51º58.94%29.61%-
HSV(B)15.51º74.17%47.06%-
XYZ9.316.732.1-
YUV71.11105.37162.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=58.54%
G=26.34%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120543100.550.740.5315.5158.9429.61
Hex78361F0374A35103b1e
Octal170663706711265207336
Binary111100011011011111011011110010101101011000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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