#763111

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

Shades of Peru Tan #763111

Tints of Peru Tan #763111

Color information

#763111 (or 0x763111) is unknown color: approx Peru Tan. HEX triplet: 76, 31 and 11. RGB value is (118,49,17). Sum of RGB (Red+Green+Blue) = 118+49+17=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #763111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763111 is #89CEEE. Grayscale: #424242. Windows color (decimal): -9031407 or 1126774. OLE color: 1126774.

HSL color Cylindrical-coordinate representation of color #763111: hue angle of 19.01º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #763111 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1184917-
CMYK00.580.860.54
HSL19.01º74.81%26.47%-
HSV(B)19.01º85.59%46.27%-
XYZ8.676.091.25-
YUV65.98100.36165.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.13%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=64.13%
G=26.63%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118491700.580.860.5419.0174.8126.47
Hex76311103A5636134b1a
Octal1666121072126662311332
Binary1110110110001100010111010101011011011010011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763111; }

 p { color: rgb(118,49,17); }

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

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

 a { background-color: rgb(118,49,17); }

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

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

 span { border-color: rgb(118,49,17); }

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