#773920

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

Shades of Peru Tan #773920

Tints of Peru Tan #773920

Color information

#773920 (or 0x773920) is unknown color: approx Peru Tan. HEX triplet: 77, 39 and 20. RGB value is (119,57,32). Sum of RGB (Red+Green+Blue) = 119+57+32=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #773920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773920 is #88C6DF. Grayscale: #484848. Windows color (decimal): -8963808 or 2111863. OLE color: 2111863.

HSL color Cylindrical-coordinate representation of color #773920: hue angle of 17.24º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773920 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1195732-
CMYK00.520.730.53
HSL17.24º57.62%29.61%-
HSV(B)17.24º73.11%46.67%-
XYZ9.336.952.22-
YUV72.69105.04161.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=57.21%
G=27.40%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119573200.520.730.5317.2457.6229.61
Hex7739200344935113a1e
Octal167714006411165217236
Binary1110111111001100000011010010010011101011000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773920; }

 p { color: rgb(119,57,32); }

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

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

 a { background-color: rgb(119,57,32); }

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

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

 span { border-color: rgb(119,57,32); }

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