#764420

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

Shades of Peru Tan #764420

Tints of Peru Tan #764420

Color information

#764420 (or 0x764420) is unknown color: approx Peru Tan. HEX triplet: 76, 44 and 20. RGB value is (118,68,32). Sum of RGB (Red+Green+Blue) = 118+68+32=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #764420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764420 is #89BBDF. Grayscale: #4F4F4F. Windows color (decimal): -9026528 or 2114678. OLE color: 2114678.

HSL color Cylindrical-coordinate representation of color #764420: hue angle of 25.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #764420 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1186832-
CMYK00.420.730.54
HSL25.12º57.33%29.41%-
HSV(B)25.12º72.88%46.27%-
XYZ9.88.092.41-
YUV78.85101.56155.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=54.13%
G=31.19%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118683200.420.730.5425.1257.3329.41
Hex76442002A493619391d
Octal1661044005211166317135
Binary11101101000100100000010101010010011101101100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764420; }

 p { color: rgb(118,68,32); }

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

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

 a { background-color: rgb(118,68,32); }

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

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

 span { border-color: rgb(118,68,32); }

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