#773316

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

Shades of Peru Tan #773316

Tints of Peru Tan #773316

Color information

#773316 (or 0x773316) is unknown color: approx Peru Tan. HEX triplet: 77, 33 and 16. RGB value is (119,51,22). Sum of RGB (Red+Green+Blue) = 119+51+22=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #773316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773316 is #88CCE9. Grayscale: #444444. Windows color (decimal): -8965354 or 1454967. OLE color: 1454967.

HSL color Cylindrical-coordinate representation of color #773316: hue angle of 17.94º 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 #773316 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1195122-
CMYK00.570.820.53
HSL17.94º68.79%27.65%-
HSV(B)17.94º81.51%46.67%-
XYZ8.946.351.51-
YUV68.03102.03164.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=61.98%
G=26.56%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119512200.570.820.5317.9468.7927.65
Hex773316039523512451c
Octal1676326071122652210534
Binary1110111110011101100111001101001011010110010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773316; }

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

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

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

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

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

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

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

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