#773505

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

Shades of Peru Tan #773505

Tints of Peru Tan #773505

Color information

#773505 (or 0x773505) is unknown color: approx Peru Tan. HEX triplet: 77, 35 and 05. RGB value is (119,53,5). Sum of RGB (Red+Green+Blue) = 119+53+5=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #773505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773505 is #88CAFA. Grayscale: #434343. Windows color (decimal): -8964859 or 341367. OLE color: 341367.

HSL color Cylindrical-coordinate representation of color #773505: hue angle of 25.26º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #773505 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB119535-
CMYK00.550.960.53
HSL25.26º91.94%24.31%-
HSV(B)25.26º95.8%46.67%-
XYZ8.916.480.92-
YUV67.2692.87164.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=67.23%
G=29.94%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11953500.550.960.5325.2691.9424.31
Hex773550376035195c18
Octal167655067140653113430
Binary11101111101011010110111110000011010111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773505; }

 p { color: rgb(119,53,5); }

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

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

 a { background-color: rgb(119,53,5); }

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

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

 span { border-color: rgb(119,53,5); }

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