#764320

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

Shades of Peru Tan #764320

Tints of Peru Tan #764320

Color information

#764320 (or 0x764320) is unknown color: approx Peru Tan. HEX triplet: 76, 43 and 20. RGB value is (118,67,32). Sum of RGB (Red+Green+Blue) = 118+67+32=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #764320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764320 is #89BCDF. Grayscale: #4E4E4E. Windows color (decimal): -9026784 or 2114422. OLE color: 2114422.

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

Color convert

RGB1186732-
CMYK00.430.730.54
HSL24.42º57.33%29.41%-
HSV(B)24.42º72.88%46.27%-
XYZ9.747.972.39-
YUV78.26101.9156.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=54.38%
G=30.88%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118673200.430.730.5424.4257.3329.41
Hex76432002B493618391d
Octal1661034005311166307135
Binary11101101000011100000010101110010011101101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764320; }

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

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

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

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

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

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

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

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