#763620

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

Shades of Peru Tan #763620

Tints of Peru Tan #763620

Color information

#763620 (or 0x763620) is unknown color: approx Peru Tan. HEX triplet: 76, 36 and 20. RGB value is (118,54,32). Sum of RGB (Red+Green+Blue) = 118+54+32=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #763620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763620 is #89C9DF. Grayscale: #464646. Windows color (decimal): -9030112 or 2111094. OLE color: 2111094.

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

Color convert

RGB1185432-
CMYK00.540.730.54
HSL15.35º57.33%29.41%-
HSV(B)15.35º72.88%46.27%-
XYZ9.056.592.16-
YUV70.63106.2161.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=57.84%
G=26.47%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118543200.540.730.5415.3557.3329.41
Hex7636200364936f391d
Octal166664006611166177135
Binary111011011011010000001101101001001110110111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763620; }

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

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

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

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

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

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

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

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