#763219

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

Shades of Peru Tan #763219

Tints of Peru Tan #763219

Color information

#763219 (or 0x763219) is unknown color: approx Peru Tan. HEX triplet: 76, 32 and 19. RGB value is (118,50,25). Sum of RGB (Red+Green+Blue) = 118+50+25=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #763219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763219 is #89CDE6. Grayscale: #434343. Windows color (decimal): -9031143 or 1651318. OLE color: 1651318.

HSL color Cylindrical-coordinate representation of color #763219: hue angle of 16.13º 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 #763219 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1185025-
CMYK00.580.790.54
HSL16.13º65.03%28.04%-
HSV(B)16.13º78.81%46.27%-
XYZ8.796.21.65-
YUV67.48104.03164.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=61.14%
G=25.91%
B=12.95%

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
Decimal118502500.580.790.5416.1365.0328.04
Hex76321903A4F3610411c
Octal1666231072117662010134
Binary1110110110010110010111010100111111011010000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763219; }

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

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

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

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

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

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

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

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