#773201

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

Shades of Peru Tan #773201

Tints of Peru Tan #773201

Color information

#773201 (or 0x773201) is unknown color: approx Peru Tan. HEX triplet: 77, 32 and 01. RGB value is (119,50,1). Sum of RGB (Red+Green+Blue) = 119+50+1=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #773201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773201 is #88CDFE. Grayscale: #414141. Windows color (decimal): -8965631 or 78455. OLE color: 78455.

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

Color convert

RGB119501-
CMYK00.580.990.53
HSL24.92º98.33%23.53%-
HSV(B)24.92º99.16%46.67%-
XYZ8.756.210.77-
YUV65.0491.86166.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=70%
G=29.41%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11950100.580.990.5324.9298.3323.53
Hex7732103A6335196218
Octal167621072143653114230
Binary111011111001010111010110001111010111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773201; }

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

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

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

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

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

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

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

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