#773416

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

Shades of Peru Tan #773416

Tints of Peru Tan #773416

Color information

#773416 (or 0x773416) is unknown color: approx Peru Tan. HEX triplet: 77, 34 and 16. RGB value is (119,52,22). Sum of RGB (Red+Green+Blue) = 119+52+22=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #773416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773416 is #88CBE9. Grayscale: #444444. Windows color (decimal): -8965098 or 1455223. OLE color: 1455223.

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

Color convert

RGB1195222-
CMYK00.560.820.53
HSL18.56º68.79%27.65%-
HSV(B)18.56º81.51%46.67%-
XYZ8.986.441.53-
YUV68.61101.7163.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=61.66%
G=26.94%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119522200.560.820.5318.5668.7927.65
Hex773416038523513451c
Octal1676426070122652310534
Binary1110111110100101100111000101001011010110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773416; }

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

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

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

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

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

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

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

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