#773412

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

Shades of Peru Tan #773412

Tints of Peru Tan #773412

Color information

#773412 (or 0x773412) is unknown color: approx Peru Tan. HEX triplet: 77, 34 and 12. RGB value is (119,52,18). Sum of RGB (Red+Green+Blue) = 119+52+18=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773412 is #88CBED. Grayscale: #444444. Windows color (decimal): -8965102 or 1193079. OLE color: 1193079.

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

Color convert

RGB1195218-
CMYK00.560.850.53
HSL20.2º73.72%26.86%-
HSV(B)20.2º84.87%46.67%-
XYZ8.946.421.34-
YUV68.1699.7164.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=62.96%
G=27.51%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119521800.560.850.5320.273.7226.86
Hex7734120385535144a1b
Octal1676422070125652411233
Binary1110111110100100100111000101010111010110100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773412; }

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

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

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

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

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

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

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

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