#773E13

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

Shades of Peru Tan #773E13

Tints of Peru Tan #773E13

Color information

#773E13 (or 0x773E13) is unknown color: approx Peru Tan. HEX triplet: 77, 3E and 13. RGB value is (119,62,19). Sum of RGB (Red+Green+Blue) = 119+62+19=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #773E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773E13 is #88C1EC. Grayscale: #4A4A4A. Windows color (decimal): -8962541 or 1261175. OLE color: 1261175.

HSL color Cylindrical-coordinate representation of color #773E13: hue angle of 25.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #773E13 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1196219-
CMYK00.480.840.53
HSL25.8º72.46%27.06%-
HSV(B)25.8º84.03%46.67%-
XYZ9.457.411.55-
YUV74.1496.88160-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 62 (24.61% from 255) = 31%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=59.5%
G=31%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119621900.480.840.5325.872.4627.06
Hex773E1303054351a481b
Octal1677623060124653211033
Binary1110111111110100110110000101010011010111010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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