#7F3B20

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

Shades of Peru Tan #7F3B20

Tints of Peru Tan #7F3B20

Color information

#7F3B20 (or 0x7F3B20) is unknown color: approx Peru Tan. HEX triplet: 7F, 3B and 20. RGB value is (127,59,32). Sum of RGB (Red+Green+Blue) = 127+59+32=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3B20 is #80C4DF. Grayscale: #4C4C4C. Windows color (decimal): -8439008 or 2112383. OLE color: 2112383.

HSL color Cylindrical-coordinate representation of color #7F3B20: hue angle of 17.05º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F3B20 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1275932-
CMYK00.540.750.50
HSL17.05º59.75%31.18%-
HSV(B)17.05º74.8%49.8%-
XYZ10.587.742.3-
YUV76.25103.03164.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 58.26%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=58.26%
G=27.06%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127593200.540.750.5017.0559.7531.18
Hex7F3B200364B32113c1f
Octal177734006611362217437
Binary1111111111011100000011011010010111100101000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3B20; }

 p { color: rgb(127,59,32); }

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

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

 a { background-color: rgb(127,59,32); }

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

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

 span { border-color: rgb(127,59,32); }

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