#773E16

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

Shades of Peru Tan #773E16

Tints of Peru Tan #773E16

Color information

#773E16 (or 0x773E16) is unknown color: approx Peru Tan. HEX triplet: 77, 3E and 16. RGB value is (119,62,22). Sum of RGB (Red+Green+Blue) = 119+62+22=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #773E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773E16 is #88C1E9. Grayscale: #4A4A4A. Windows color (decimal): -8962538 or 1457783. OLE color: 1457783.

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

Color convert

RGB1196222-
CMYK00.480.820.53
HSL24.74º68.79%27.65%-
HSV(B)24.74º81.51%46.67%-
XYZ9.487.431.69-
YUV74.4898.38159.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 22 (8.98% from 255) = 10.84%
R=58.62%
G=30.54%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119622200.480.820.5324.7468.7927.65
Hex773E16030523519451c
Octal1677626060122653110534
Binary1110111111110101100110000101001011010111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773E16; }

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

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

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

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

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

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

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

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