#773410

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

Shades of Peru Tan #773410

Tints of Peru Tan #773410

Color information

#773410 (or 0x773410) is unknown color: approx Peru Tan. HEX triplet: 77, 34 and 10. RGB value is (119,52,16). Sum of RGB (Red+Green+Blue) = 119+52+16=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #773410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773410 is #88CBEF. Grayscale: #444444. Windows color (decimal): -8965104 or 1062007. OLE color: 1062007.

HSL color Cylindrical-coordinate representation of color #773410: hue angle of 20.97º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #773410 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1195216-
CMYK00.560.870.53
HSL20.97º76.3%26.47%-
HSV(B)20.97º86.55%46.67%-
XYZ8.936.421.26-
YUV67.9398.7164.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=63.64%
G=27.81%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119521600.560.870.5320.9776.326.47
Hex7734100385735154c1a
Octal1676420070127652511432
Binary1110111110100100000111000101011111010110101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773410; }

 p { color: rgb(119,52,16); }

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

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

 a { background-color: rgb(119,52,16); }

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

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

 span { border-color: rgb(119,52,16); }

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