#783011

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

Shades of Peru Tan #783011

Tints of Peru Tan #783011

Color information

#783011 (or 0x783011) is unknown color: approx Peru Tan. HEX triplet: 78, 30 and 11. RGB value is (120,48,17). Sum of RGB (Red+Green+Blue) = 120+48+17=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #783011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783011 is #87CFEE. Grayscale: #424242. Windows color (decimal): -8900591 or 1126520. OLE color: 1126520.

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

Color convert

RGB1204817-
CMYK00.600.860.53
HSL18.06º75.18%26.86%-
HSV(B)18.06º85.83%47.06%-
XYZ8.96.151.25-
YUV65.99100.35166.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=64.86%
G=25.95%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120481700.600.860.5318.0675.1826.86
Hex78301103C5635124b1b
Octal1706021074126652211333
Binary1111000110000100010111100101011011010110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783011; }

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

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

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

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

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

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

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

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