#773912

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

Shades of Peru Tan #773912

Tints of Peru Tan #773912

Color information

#773912 (or 0x773912) is unknown color: approx Peru Tan. HEX triplet: 77, 39 and 12. RGB value is (119,57,18). Sum of RGB (Red+Green+Blue) = 119+57+18=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #773912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773912 is #88C6ED. Grayscale: #474747. Windows color (decimal): -8963822 or 1194359. OLE color: 1194359.

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

Color convert

RGB1195718-
CMYK00.520.850.53
HSL23.17º73.72%26.86%-
HSV(B)23.17º84.87%46.67%-
XYZ9.186.891.42-
YUV71.0998.04162.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 18 (7.42% from 255) = 9.28%
R=61.34%
G=29.38%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119571800.520.850.5323.1773.7226.86
Hex7739120345535174a1b
Octal1677122064125652711233
Binary1110111111001100100110100101010111010110111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773912; }

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

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

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

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

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

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

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

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