#773108

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

Shades of Peru Tan #773108

Tints of Peru Tan #773108

Color information

#773108 (or 0x773108) is unknown color: approx Peru Tan. HEX triplet: 77, 31 and 08. RGB value is (119,49,8). Sum of RGB (Red+Green+Blue) = 119+49+8=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #773108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773108 is #88CEF7. Grayscale: #414141. Windows color (decimal): -8965880 or 536951. OLE color: 536951.

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

Color convert

RGB119498-
CMYK00.590.930.53
HSL22.16º87.4%24.9%-
HSV(B)22.16º93.28%46.67%-
XYZ8.756.140.95-
YUV65.2695.69166.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=67.61%
G=27.84%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11949800.590.930.5322.1687.424.9
Hex7731803B5D35165719
Octal1676110073135652612731
Binary111011111000110000111011101110111010110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773108; }

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

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

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

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

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

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

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

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