#773415

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

Shades of Peru Tan #773415

Tints of Peru Tan #773415

Color information

#773415 (or 0x773415) is unknown color: approx Peru Tan. HEX triplet: 77, 34 and 15. RGB value is (119,52,21). Sum of RGB (Red+Green+Blue) = 119+52+21=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #773415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773415 is #88CBEA. Grayscale: #444444. Windows color (decimal): -8965099 or 1389687. OLE color: 1389687.

HSL color Cylindrical-coordinate representation of color #773415: hue angle of 18.98º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #773415 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1195221-
CMYK00.560.820.53
HSL18.98º70%27.45%-
HSV(B)18.98º82.35%46.67%-
XYZ8.976.431.48-
YUV68.5101.2164.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=61.98%
G=27.08%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119522100.560.820.5318.987027.45
Hex773415038523513461b
Octal1676425070122652310633
Binary1110111110100101010111000101001011010110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773415; }

 p { color: rgb(119,52,21); }

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

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

 a { background-color: rgb(119,52,21); }

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

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

 span { border-color: rgb(119,52,21); }

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