#773B11

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

Shades of Peru Tan #773B11

Tints of Peru Tan #773B11

Color information

#773B11 (or 0x773B11) is unknown color: approx Peru Tan. HEX triplet: 77, 3B and 11. RGB value is (119,59,17). Sum of RGB (Red+Green+Blue) = 119+59+17=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #773B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773B11 is #88C4EE. Grayscale: #484848. Windows color (decimal): -8963311 or 1129335. OLE color: 1129335.

HSL color Cylindrical-coordinate representation of color #773B11: hue angle of 24.71º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #773B11 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1195917-
CMYK00.500.860.53
HSL24.71º75%26.67%-
HSV(B)24.71º85.71%46.67%-
XYZ9.277.091.41-
YUV72.1596.88161.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=61.03%
G=30.26%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119591700.500.860.5324.717526.67
Hex773B110325635194b1b
Octal1677321062126653111333
Binary1110111111011100010110010101011011010111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,59,17); }

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

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

 a { background-color: rgb(119,59,17); }

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

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

 span { border-color: rgb(119,59,17); }

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