#78360D

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

Shades of Peru Tan #78360D

Tints of Peru Tan #78360D

Color information

#78360D (or 0x78360D) is unknown color: approx Peru Tan. HEX triplet: 78, 36 and 0D. RGB value is (120,54,13). Sum of RGB (Red+Green+Blue) = 120+54+13=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78360D is #87C9F2. Grayscale: #454545. Windows color (decimal): -8899059 or 865912. OLE color: 865912.

HSL color Cylindrical-coordinate representation of color #78360D: hue angle of 22.99º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78360D is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1205413-
CMYK00.550.890.53
HSL22.99º80.45%26.08%-
HSV(B)22.99º89.17%47.06%-
XYZ9.146.661.18-
YUV69.0696.37164.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=64.17%
G=28.88%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120541300.550.890.5322.9980.4526.08
Hex7836D037593517501a
Octal1706615067131652712032
Binary111100011011011010110111101100111010110111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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