#773C12

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

Shades of Peru Tan #773C12

Tints of Peru Tan #773C12

Color information

#773C12 (or 0x773C12) is unknown color: approx Peru Tan. HEX triplet: 77, 3C and 12. RGB value is (119,60,18). Sum of RGB (Red+Green+Blue) = 119+60+18=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #773C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C12 is #88C3ED. Grayscale: #494949. Windows color (decimal): -8963054 or 1195127. OLE color: 1195127.

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

Color convert

RGB1196018-
CMYK00.500.850.53
HSL24.95º73.72%26.86%-
HSV(B)24.95º84.87%46.67%-
XYZ9.337.21.47-
YUV72.8597.05160.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=60.41%
G=30.46%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119601800.500.850.5324.9573.7226.86
Hex773C120325535194a1b
Octal1677422062125653111233
Binary1110111111100100100110010101010111010111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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