#782E0C

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

Shades of Peru Tan #782E0C

Tints of Peru Tan #782E0C

Color information

#782E0C (or 0x782E0C) is unknown color: approx Peru Tan. HEX triplet: 78, 2E and 0C. RGB value is (120,46,12). Sum of RGB (Red+Green+Blue) = 120+46+12=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #782E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782E0C is #87D1F3. Grayscale: #404040. Windows color (decimal): -8901108 or 798328. OLE color: 798328.

HSL color Cylindrical-coordinate representation of color #782E0C: hue angle of 18.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #782E0C is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1204612-
CMYK00.620.900.53
HSL18.89º81.82%25.88%-
HSV(B)18.89º90%47.06%-
XYZ8.795.971.04-
YUV64.2598.52167.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.42%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=67.42%
G=25.84%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120461200.620.900.5318.8981.8225.88
Hex782EC03E5A3513521a
Octal1705614076132652312232
Binary111100010111011000111110101101011010110011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782E0C; }

 p { color: rgb(120,46,12); }

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

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

 a { background-color: rgb(120,46,12); }

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

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

 span { border-color: rgb(120,46,12); }

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