#773308

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

Shades of Peru Tan #773308

Tints of Peru Tan #773308

Color information

#773308 (or 0x773308) is unknown color: approx Peru Tan. HEX triplet: 77, 33 and 08. RGB value is (119,51,8). Sum of RGB (Red+Green+Blue) = 119+51+8=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #773308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773308 is #88CCF7. Grayscale: #424242. Windows color (decimal): -8965368 or 537463. OLE color: 537463.

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

Color convert

RGB119518-
CMYK00.570.930.53
HSL23.24º87.4%24.9%-
HSV(B)23.24º93.28%46.67%-
XYZ8.846.310.98-
YUV66.4395.03165.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=66.85%
G=28.65%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11951800.570.930.5323.2487.424.9
Hex773380395D35175719
Octal1676310071135652712731
Binary111011111001110000111001101110111010110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773308; }

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

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

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

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

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

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

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

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