#773008

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

Shades of Peru Tan #773008

Tints of Peru Tan #773008

Color information

#773008 (or 0x773008) is unknown color: approx Peru Tan. HEX triplet: 77, 30 and 08. RGB value is (119,48,8). Sum of RGB (Red+Green+Blue) = 119+48+8=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #773008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773008 is #88CFF7. Grayscale: #404040. Windows color (decimal): -8966136 or 536695. OLE color: 536695.

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

Color convert

RGB119488-
CMYK00.600.930.53
HSL21.62º87.4%24.9%-
HSV(B)21.62º93.28%46.67%-
XYZ8.716.050.94-
YUV64.6796.02166.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=68%
G=27.43%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11948800.600.930.5321.6287.424.9
Hex7730803C5D35165719
Octal1676010074135652612731
Binary111011111000010000111100101110111010110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773008; }

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

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

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

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

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

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

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

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