#773212

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

Shades of Peru Tan #773212

Tints of Peru Tan #773212

Color information

#773212 (or 0x773212) is unknown color: approx Peru Tan. HEX triplet: 77, 32 and 12. RGB value is (119,50,18). Sum of RGB (Red+Green+Blue) = 119+50+18=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #773212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773212 is #88CDED. Grayscale: #434343. Windows color (decimal): -8965614 or 1192567. OLE color: 1192567.

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

Color convert

RGB1195018-
CMYK00.580.850.53
HSL19.01º73.72%26.86%-
HSV(B)19.01º84.87%46.67%-
XYZ8.866.251.31-
YUV66.98100.36165.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=63.64%
G=26.74%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119501800.580.850.5319.0173.7226.86
Hex77321203A5535134a1b
Octal1676222072125652311233
Binary1110111110010100100111010101010111010110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773212; }

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

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

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

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

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

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

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

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