#773F16

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

Shades of Peru Tan #773F16

Tints of Peru Tan #773F16

Color information

#773F16 (or 0x773F16) is unknown color: approx Peru Tan. HEX triplet: 77, 3F and 16. RGB value is (119,63,22). Sum of RGB (Red+Green+Blue) = 119+63+22=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #773F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F16 is #88C0E9. Grayscale: #4B4B4B. Windows color (decimal): -8962282 or 1458039. OLE color: 1458039.

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

Color convert

RGB1196322-
CMYK00.470.820.53
HSL25.36º68.79%27.65%-
HSV(B)25.36º81.51%46.67%-
XYZ9.537.531.71-
YUV75.0798.05159.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 63 (25% from 255) = 30.88%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=58.33%
G=30.88%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119632200.470.820.5325.3668.7927.65
Hex773F1602F523519451c
Octal1677726057122653110534
Binary1110111111111101100101111101001011010111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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