#763F20

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

Shades of Peru Tan #763F20

Tints of Peru Tan #763F20

Color information

#763F20 (or 0x763F20) is unknown color: approx Peru Tan. HEX triplet: 76, 3F and 20. RGB value is (118,63,32). Sum of RGB (Red+Green+Blue) = 118+63+32=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #763F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F20 is #89C0DF. Grayscale: #4C4C4C. Windows color (decimal): -9027808 or 2113398. OLE color: 2113398.

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

Color convert

RGB1186332-
CMYK00.470.730.54
HSL21.63º57.33%29.41%-
HSV(B)21.63º72.88%46.27%-
XYZ9.517.512.32-
YUV75.91103.22158.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=55.40%
G=29.58%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118633200.470.730.5421.6357.3329.41
Hex763F2002F493616391d
Octal166774005711166267135
Binary1110110111111100000010111110010011101101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763F20; }

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

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

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

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

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

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

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

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