#783112

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

Shades of Peru Tan #783112

Tints of Peru Tan #783112

Color information

#783112 (or 0x783112) is unknown color: approx Peru Tan. HEX triplet: 78, 31 and 12. RGB value is (120,49,18). Sum of RGB (Red+Green+Blue) = 120+49+18=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #783112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783112 is #87CEED. Grayscale: #424242. Windows color (decimal): -8900334 or 1192312. OLE color: 1192312.

HSL color Cylindrical-coordinate representation of color #783112: hue angle of 18.24º 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 #783112 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1204918-
CMYK00.590.850.53
HSL18.24º73.91%27.06%-
HSV(B)18.24º85%47.06%-
XYZ8.956.231.3-
YUV66.7100.52166.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=64.17%
G=26.20%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120491800.590.850.5318.2473.9127.06
Hex78311203B5535124a1b
Octal1706122073125652211233
Binary1111000110001100100111011101010111010110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783112; }

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

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

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

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

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

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

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

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