#782E12

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

Shades of Peru Tan #782E12

Tints of Peru Tan #782E12

Color information

#782E12 (or 0x782E12) is unknown color: approx Peru Tan. HEX triplet: 78, 2E and 12. RGB value is (120,46,18). Sum of RGB (Red+Green+Blue) = 120+46+18=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #782E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782E12 is #87D1ED. Grayscale: #414141. Windows color (decimal): -8901102 or 1191544. OLE color: 1191544.

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

Color convert

RGB1204618-
CMYK00.620.850.53
HSL16.47º73.91%27.06%-
HSV(B)16.47º85%47.06%-
XYZ8.835.991.26-
YUV64.93101.52167.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.22%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=65.22%
G=25%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120461800.620.850.5316.4773.9127.06
Hex782E1203E5535104a1b
Octal1705622076125652011233
Binary1111000101110100100111110101010111010110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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