#773208

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

Shades of Peru Tan #773208

Tints of Peru Tan #773208

Color information

#773208 (or 0x773208) is unknown color: approx Peru Tan. HEX triplet: 77, 32 and 08. RGB value is (119,50,8). Sum of RGB (Red+Green+Blue) = 119+50+8=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #773208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773208 is #88CDF7. Grayscale: #424242. Windows color (decimal): -8965624 or 537207. OLE color: 537207.

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

Color convert

RGB119508-
CMYK00.580.930.53
HSL22.7º87.4%24.9%-
HSV(B)22.7º93.28%46.67%-
XYZ8.796.220.97-
YUV65.8495.36165.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 8 (3.52% from 255) = 4.52%
R=67.23%
G=28.25%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11950800.580.930.5322.787.424.9
Hex7732803A5D35175719
Octal1676210072135652712731
Binary111011111001010000111010101110111010110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773208; }

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

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

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

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

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

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

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

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