#773206

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

Shades of Peru Tan #773206

Tints of Peru Tan #773206

Color information

#773206 (or 0x773206) is unknown color: approx Peru Tan. HEX triplet: 77, 32 and 06. RGB value is (119,50,6). Sum of RGB (Red+Green+Blue) = 119+50+6=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #773206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773206 is #88CDF9. Grayscale: #414141. Windows color (decimal): -8965626 or 406135. OLE color: 406135.

HSL color Cylindrical-coordinate representation of color #773206: hue angle of 23.36º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #773206 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119506-
CMYK00.580.950.53
HSL23.36º90.4%24.51%-
HSV(B)23.36º94.96%46.67%-
XYZ8.786.220.91-
YUV65.6194.36166.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=68%
G=28.57%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11950600.580.950.5323.3690.424.51
Hex7732603A5F35175a19
Octal167626072137652713231
Binary11101111100101100111010101111111010110111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773206; }

 p { color: rgb(119,50,6); }

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

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

 a { background-color: rgb(119,50,6); }

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

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

 span { border-color: rgb(119,50,6); }

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