#763119

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

Shades of Peru Tan #763119

Tints of Peru Tan #763119

Color information

#763119 (or 0x763119) is unknown color: approx Peru Tan. HEX triplet: 76, 31 and 19. RGB value is (118,49,25). Sum of RGB (Red+Green+Blue) = 118+49+25=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763119 is #89CEE6. Grayscale: #434343. Windows color (decimal): -9031399 or 1651062. OLE color: 1651062.

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

Color convert

RGB1184925-
CMYK00.580.790.54
HSL15.48º65.03%28.04%-
HSV(B)15.48º78.81%46.27%-
XYZ8.746.121.64-
YUV66.89104.36164.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 25 (10.16% from 255) = 13.02%
R=61.46%
G=25.52%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118492500.580.790.5415.4865.0328.04
Hex76311903A4F36f411c
Octal1666131072117661710134
Binary111011011000111001011101010011111101101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763119; }

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

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

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

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

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

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

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

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