#783412

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

Shades of Peru Tan #783412

Tints of Peru Tan #783412

Color information

#783412 (or 0x783412) is unknown color: approx Peru Tan. HEX triplet: 78, 34 and 12. RGB value is (120,52,18). Sum of RGB (Red+Green+Blue) = 120+52+18=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #783412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783412 is #87CBED. Grayscale: #444444. Windows color (decimal): -8899566 or 1193080. OLE color: 1193080.

HSL color Cylindrical-coordinate representation of color #783412: hue angle of 20º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #783412 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1205218-
CMYK00.570.850.53
HSL20º73.91%27.06%-
HSV(B)20º85%47.06%-
XYZ9.086.491.35-
YUV68.4699.53164.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=63.16%
G=27.37%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120521800.570.850.532073.9127.06
Hex7834120395535144a1b
Octal1706422071125652411233
Binary1111000110100100100111001101010111010110100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783412; }

 p { color: rgb(120,52,18); }

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

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

 a { background-color: rgb(120,52,18); }

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

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

 span { border-color: rgb(120,52,18); }

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