#773218

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

Shades of Peru Tan #773218

Tints of Peru Tan #773218

Color information

#773218 (or 0x773218) is unknown color: approx Peru Tan. HEX triplet: 77, 32 and 18. RGB value is (119,50,24). Sum of RGB (Red+Green+Blue) = 119+50+24=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #773218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773218 is #88CDE7. Grayscale: #434343. Windows color (decimal): -8965608 or 1585783. OLE color: 1585783.

HSL color Cylindrical-coordinate representation of color #773218: hue angle of 16.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #773218 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1195024-
CMYK00.580.800.53
HSL16.42º66.43%28.04%-
HSV(B)16.42º79.83%46.67%-
XYZ8.916.271.6-
YUV67.67103.36164.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=61.66%
G=25.91%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119502400.580.800.5316.4266.4328.04
Hex77321803A503510421c
Octal1676230072120652010234
Binary1110111110010110000111010101000011010110000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773218; }

 p { color: rgb(119,50,24); }

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

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

 a { background-color: rgb(119,50,24); }

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

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

 span { border-color: rgb(119,50,24); }

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