#782E0A

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

Shades of Peru Tan #782E0A

Tints of Peru Tan #782E0A

Color information

#782E0A (or 0x782E0A) is unknown color: approx Peru Tan. HEX triplet: 78, 2E and 0A. RGB value is (120,46,10). Sum of RGB (Red+Green+Blue) = 120+46+10=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #782E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782E0A is #87D1F5. Grayscale: #404040. Windows color (decimal): -8901110 or 667256. OLE color: 667256.

HSL color Cylindrical-coordinate representation of color #782E0A: hue angle of 19.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #782E0A is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1204610-
CMYK00.620.920.53
HSL19.64º84.62%25.49%-
HSV(B)19.64º91.67%47.06%-
XYZ8.785.970.98-
YUV64.0297.52167.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=68.18%
G=26.14%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120461000.620.920.5319.6484.6225.49
Hex782EA03E5C35145519
Octal1705612076134652412531
Binary111100010111010100111110101110011010110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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