#773313

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

Shades of Peru Tan #773313

Tints of Peru Tan #773313

Color information

#773313 (or 0x773313) is unknown color: approx Peru Tan. HEX triplet: 77, 33 and 13. RGB value is (119,51,19). Sum of RGB (Red+Green+Blue) = 119+51+19=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773313 is #88CCEC. Grayscale: #434343. Windows color (decimal): -8965357 or 1258359. OLE color: 1258359.

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

Color convert

RGB1195119-
CMYK00.570.840.53
HSL19.2º72.46%27.06%-
HSV(B)19.2º84.03%46.67%-
XYZ8.916.341.37-
YUV67.68100.53164.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=62.96%
G=26.98%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119511900.570.840.5319.272.4627.06
Hex773313039543513481b
Octal1676323071124652311033
Binary1110111110011100110111001101010011010110011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773313; }

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

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

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

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

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

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

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

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