#782804

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

Shades of Peru Tan #782804

Tints of Peru Tan #782804

Color information

#782804 (or 0x782804) is unknown color: approx Peru Tan. HEX triplet: 78, 28 and 04. RGB value is (120,40,4). Sum of RGB (Red+Green+Blue) = 120+40+4=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #782804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782804 is #87D7FB. Grayscale: #3C3C3C. Windows color (decimal): -8902652 or 272504. OLE color: 272504.

HSL color Cylindrical-coordinate representation of color #782804: hue angle of 18.62º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #782804 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB120404-
CMYK00.670.970.53
HSL18.62º93.55%24.31%-
HSV(B)18.62º96.67%47.06%-
XYZ8.535.520.73-
YUV59.8296.5170.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.17%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=73.17%
G=24.39%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12040400.670.970.5318.6293.5524.31
Hex782840436135135e18
Octal1705040103141652313630
Binary111100010100010001000011110000111010110011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782804; }

 p { color: rgb(120,40,4); }

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

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

 a { background-color: rgb(120,40,4); }

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

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

 span { border-color: rgb(120,40,4); }

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