#773A12

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

Shades of Peru Tan #773A12

Tints of Peru Tan #773A12

Color information

#773A12 (or 0x773A12) is unknown color: approx Peru Tan. HEX triplet: 77, 3A and 12. RGB value is (119,58,18). Sum of RGB (Red+Green+Blue) = 119+58+18=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #773A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A12 is #88C5ED. Grayscale: #474747. Windows color (decimal): -8963566 or 1194615. OLE color: 1194615.

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

Color convert

RGB1195818-
CMYK00.510.850.53
HSL23.76º73.72%26.86%-
HSV(B)23.76º84.87%46.67%-
XYZ9.236.991.44-
YUV71.6897.71161.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=61.03%
G=29.74%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119581800.510.850.5323.7673.7226.86
Hex773A120335535184a1b
Octal1677222063125653011233
Binary1110111111010100100110011101010111010111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773A12; }

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

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

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

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

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

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

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

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