#773810

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

Shades of Peru Tan #773810

Tints of Peru Tan #773810

Color information

#773810 (or 0x773810) is unknown color: approx Peru Tan. HEX triplet: 77, 38 and 10. RGB value is (119,56,16). Sum of RGB (Red+Green+Blue) = 119+56+16=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #773810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773810 is #88C7EF. Grayscale: #464646. Windows color (decimal): -8964080 or 1063031. OLE color: 1063031.

HSL color Cylindrical-coordinate representation of color #773810: hue angle of 23.3º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #773810 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1195616-
CMYK00.530.870.53
HSL23.3º76.3%26.47%-
HSV(B)23.3º86.55%46.67%-
XYZ9.126.791.32-
YUV70.2897.37162.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=62.30%
G=29.32%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119561600.530.870.5323.376.326.47
Hex7738100355735174c1a
Octal1677020065127652711432
Binary1110111111000100000110101101011111010110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773810; }

 p { color: rgb(119,56,16); }

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

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

 a { background-color: rgb(119,56,16); }

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

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

 span { border-color: rgb(119,56,16); }

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