#78360B

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

Shades of Peru Tan #78360B

Tints of Peru Tan #78360B

Color information

#78360B (or 0x78360B) is unknown color: approx Peru Tan. HEX triplet: 78, 36 and 0B. RGB value is (120,54,11). Sum of RGB (Red+Green+Blue) = 120+54+11=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78360B is #87C9F4. Grayscale: #454545. Windows color (decimal): -8899061 or 734840. OLE color: 734840.

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

Color convert

RGB1205411-
CMYK00.550.910.53
HSL23.67º83.21%25.69%-
HSV(B)23.67º90.83%47.06%-
XYZ9.136.661.12-
YUV68.8395.37164.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=64.86%
G=29.19%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120541100.550.910.5323.6783.2125.69
Hex7836B0375B3518531a
Octal1706613067133653012332
Binary111100011011010110110111101101111010111000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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