#782C11

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

Shades of Peru Tan #782C11

Tints of Peru Tan #782C11

Color information

#782C11 (or 0x782C11) is unknown color: approx Peru Tan. HEX triplet: 78, 2C and 11. RGB value is (120,44,17). Sum of RGB (Red+Green+Blue) = 120+44+17=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #782C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C11 is #87D3EE. Grayscale: #3F3F3F. Windows color (decimal): -8901615 or 1125496. OLE color: 1125496.

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

Color convert

RGB1204417-
CMYK00.630.860.53
HSL15.73º75.18%26.86%-
HSV(B)15.73º85.83%47.06%-
XYZ8.755.831.2-
YUV63.65101.68168.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=66.30%
G=24.31%
B=9.39%

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
Decimal120441700.630.860.5315.7375.1826.86
Hex782C1103F5635104b1b
Octal1705421077126652011333
Binary1111000101100100010111111101011011010110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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