#773812

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

Shades of Peru Tan #773812

Tints of Peru Tan #773812

Color information

#773812 (or 0x773812) is unknown color: approx Peru Tan. HEX triplet: 77, 38 and 12. RGB value is (119,56,18). Sum of RGB (Red+Green+Blue) = 119+56+18=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #773812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773812 is #88C7ED. Grayscale: #464646. Windows color (decimal): -8964078 or 1194103. OLE color: 1194103.

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

Color convert

RGB1195618-
CMYK00.530.850.53
HSL22.57º73.72%26.86%-
HSV(B)22.57º84.87%46.67%-
XYZ9.136.791.4-
YUV70.5198.37162.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=61.66%
G=29.02%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119561800.530.850.5322.5773.7226.86
Hex7738120355535174a1b
Octal1677022065125652711233
Binary1110111111000100100110101101010111010110111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773812; }

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

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

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

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

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

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

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

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