#7F391F

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

Shades of Peru Tan #7F391F

Tints of Peru Tan #7F391F

Color information

#7F391F (or 0x7F391F) is unknown color: approx Peru Tan. HEX triplet: 7F, 39 and 1F. RGB value is (127,57,31). Sum of RGB (Red+Green+Blue) = 127+57+31=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F391F is #80C6E0. Grayscale: #4B4B4B. Windows color (decimal): -8439521 or 2046335. OLE color: 2046335.

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

Color convert

RGB1275731-
CMYK00.550.760.50
HSL16.25º60.76%30.98%-
HSV(B)16.25º75.59%49.8%-
XYZ10.467.542.2-
YUV74.97103.19165.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.07%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=59.07%
G=26.51%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127573100.550.760.5016.2560.7630.98
Hex7F391F0374C32103d1f
Octal177713706711462207537
Binary111111111100111111011011110011001100101000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,31); }

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

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

 a { background-color: rgb(127,57,31); }

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

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

 span { border-color: rgb(127,57,31); }

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