#782D11

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

Shades of Peru Tan #782D11

Tints of Peru Tan #782D11

Color information

#782D11 (or 0x782D11) is unknown color: approx Peru Tan. HEX triplet: 78, 2D and 11. RGB value is (120,45,17). Sum of RGB (Red+Green+Blue) = 120+45+17=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #782D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D11 is #87D2EE. Grayscale: #404040. Windows color (decimal): -8901359 or 1125752. OLE color: 1125752.

HSL color Cylindrical-coordinate representation of color #782D11: hue angle of 16.31º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #782D11 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1204517-
CMYK00.630.860.53
HSL16.31º75.18%26.86%-
HSV(B)16.31º85.83%47.06%-
XYZ8.795.911.21-
YUV64.23101.35167.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.93%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=65.93%
G=24.73%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120451700.630.860.5316.3175.1826.86
Hex782D1103F5635104b1b
Octal1705521077126652011333
Binary1111000101101100010111111101011011010110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,45,17); }

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

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

 a { background-color: rgb(120,45,17); }

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

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

 span { border-color: rgb(120,45,17); }

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