#773518

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

Shades of Peru Tan #773518

Tints of Peru Tan #773518

Color information

#773518 (or 0x773518) is unknown color: approx Peru Tan. HEX triplet: 77, 35 and 18. RGB value is (119,53,24). Sum of RGB (Red+Green+Blue) = 119+53+24=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #773518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773518 is #88CAE7. Grayscale: #454545. Windows color (decimal): -8964840 or 1586551. OLE color: 1586551.

HSL color Cylindrical-coordinate representation of color #773518: hue angle of 18.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #773518 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1195324-
CMYK00.550.800.53
HSL18.32º66.43%28.04%-
HSV(B)18.32º79.83%46.67%-
XYZ9.056.531.65-
YUV69.43102.37163.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=60.71%
G=27.04%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119532400.550.800.5318.3266.4328.04
Hex773518037503512421c
Octal1676530067120652210234
Binary1110111110101110000110111101000011010110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773518; }

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

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

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

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

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

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

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

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