#773A13

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

Shades of Peru Tan #773A13

Tints of Peru Tan #773A13

Color information

#773A13 (or 0x773A13) is unknown color: approx Peru Tan. HEX triplet: 77, 3A and 13. RGB value is (119,58,19). Sum of RGB (Red+Green+Blue) = 119+58+19=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #773A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A13 is #88C5EC. Grayscale: #484848. Windows color (decimal): -8963565 or 1260151. OLE color: 1260151.

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

Color convert

RGB1195819-
CMYK00.510.840.53
HSL23.4º72.46%27.06%-
HSV(B)23.4º84.03%46.67%-
XYZ9.2471.48-
YUV71.7998.21161.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=60.71%
G=29.59%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119581900.510.840.5323.472.4627.06
Hex773A13033543517481b
Octal1677223063124652711033
Binary1110111111010100110110011101010011010110111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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